forked from eclipxe13/CfdiUtils
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitattributes
29 lines (27 loc) · 1.02 KB
/
.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
# Auto detect text files and perform LF normalization
* text=auto eol=lf
*.cer binary
*.pem binary
*.key binary
*.bin binary
# Do not put this files on a distribution package (by .gitignore)
/vendor export-ignore
/composer.lock export-ignore
/node_modules export-ignore
/package-lock.json export-ignore
# Do not put this files on a distribution package
/development/ export-ignore
/tests/ export-ignore
/.github/ export-ignore
/.editorconfig export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.markdownlint.json export-ignore
/.php-cs-fixer.dist.php export-ignore
/.readthedocs.yaml export-ignore
/.scrutinizer.yml export-ignore
/mkdocs.yml export-ignore
/package.json export-ignore
/phpcs.xml.dist export-ignore
/phpstan.neon.dist export-ignore
/phpunit.xml.dist export-ignore