File tree Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Original file line number Diff line number Diff line change 55# https://www.reddit.com/r/PHP/comments/2jzp6k/i_dont_need_your_tests_in_my_production
66# https://blog.madewithlove.be/post/gitattributes/
77#
8- /.gitattributes export-ignore
9- /.gitignore export-ignore
10- /.phpcs.xml export-ignore
11- /.phpcs.xml.dist export-ignore
12- /phpcs.xml export-ignore
13- /phpcs.xml.dist export-ignore
14- /phpunit.xml export-ignore
15- /phpunit.xml.dist export-ignore
16- /.cache export-ignore
17- /.github export-ignore
18- /images export-ignore
19- /tests export-ignore
8+ /.cache export-ignore
9+ /.github export-ignore
10+ /images export-ignore
11+ /tests export-ignore
12+ .gitattributes export-ignore
13+ .gitignore export-ignore
14+ .phpcs.xml.dist export-ignore
15+ phpunit.xml.dist export-ignore
2016
2117#
2218# Auto detect text files and perform LF normalization
You can’t perform that action at this time.
0 commit comments