Exclude non-essential files in .gitattributes
https://www.reddit.com/r/PHP/comments/2jzp6k/i_dont_need_your_tests_in_my_production/pull/486/head
parent
d4443465bb
commit
f6a410083f
|
@ -0,0 +1,17 @@
|
|||
* text=auto
|
||||
|
||||
/.vscode export-ignore
|
||||
/fixtures export-ignore
|
||||
/tests export-ignore
|
||||
/images export-ignore
|
||||
/.gitattributes export-ignore
|
||||
/.gitignore 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
|
Loading…
Reference in New Issue