-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy path.gitattributes
More file actions
22 lines (19 loc) · 836 Bytes
/
.gitattributes
File metadata and controls
22 lines (19 loc) · 836 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Auto detect text files and perform LF normalization
* text=auto
# Do not put this files on a distribution package (by .gitignore)
/tools/ export-ignore
/vendor/ export-ignore
/composer.lock export-ignore
# Do not put this files on a distribution package
/.github/ export-ignore
/build/ export-ignore
/tests/ export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.php-cs-fixer.dist.php export-ignore
/phpcs.xml.dist export-ignore
/phpstan.neon.dist export-ignore
/phpunit.xml.dist export-ignore
/sonar-project.properties export-ignore
# Do not count these files on github code language
/tests/_files/** linguist-detectable=false