1
0
Fork 0

Exclude non-essential files in .gitattributes (#486)

* Exclude non-essential files in .gitattributes

https://www.reddit.com/r/PHP/comments/2jzp6k/i_dont_need_your_tests_in_my_production/

* Add validation and .gitmodules
pull/471/merge
Vincent Klaiber 2017-10-02 22:36:04 +02:00 committed by Felix Becker
parent d4443465bb
commit d24c42008e
1 changed files with 19 additions and 0 deletions

19
.gitattributes vendored Normal file
View File

@ -0,0 +1,19 @@
* text=auto
/.vscode export-ignore
/fixtures export-ignore
/tests export-ignore
/images export-ignore
/validation export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.gitmodules export-ignore
/.dockerignore export-ignore
/.travis.yml export-ignore
/codecov.yml export-ignore
/Dockerfile export-ignore
/Performance.php export-ignore
/php.ini export-ignore
/phpcs.xml.dist export-ignore
/phpunit.xml.dist export-ignore
/README.md export-ignore