-
Notifications
You must be signed in to change notification settings - Fork 93
/
.gitattributes
35 lines (34 loc) · 999 Bytes
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Do not export those files in the Composer archive (lighter dependency)
/.browserslistrc export-ignore
/.codecov.yml export-ignore
/.env.example export-ignore
/.git-blame-ignore-revs export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.lintstagedrc.json export-ignore
/.nvmrc export-ignore
/crowdin.yml export-ignore
/CHANGELOG.md export-ignore
/README.md export-ignore
/SECURITY.md export-ignore
/codeception.yml export-ignore
/composer.lock export-ignore
/ecs.php export-ignore
/phpstan.neon export-ignore
/.prettierrc.json export-ignore
/.prettierignore export-ignore
/gruntfile.js export-ignore
/gulpfile.js export-ignore
/lerna.json export-ignore
/package.json export-ignore
/package-lock.json export-ignore
/tsconfig.json export-ignore
/webpack.config.js export-ignore
/stubs/ export-ignore
/tests/ export-ignore
/packages/ export-ignore
/.ddev/ export-ignore
/.github/ export-ignore
/.husky/ export-ignore
# Auto detect text files and perform LF normalization
* text=auto