forked from phpcfdi/xml-cancelacion
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitattributes
25 lines (22 loc) · 962 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
# 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
/.phive/ export-ignore
/build/ export-ignore
/tests/ export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.php-cs-fixer.dist.php export-ignore
/infection.json.dist export-ignore
/phpcs.xml.dist export-ignore
/phpstan.neon.dist export-ignore
/phpunit.xml.dist export-ignore
/psalm.xml.dist export-ignore
/sonar-project.properties export-ignore
# Do not count these files on github code language
/tests/_files/** linguist-detectable=false