Skip to content

Commit 494424e

Browse files
committed
Add .gitattributes to exclude some files from production environments
1 parent 32d060c commit 494424e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.gitattributes

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/.github export-ignore
2+
/.php_cs export-ignore
3+
/.gitbook.yaml export-ignore
4+
/.styleci.yml export-ignore
5+
/.gitattributes export-ignore
6+
/.scrutinizer.yml export-ignore
7+
/docs export-ignore
8+
/.codeclimate.yml export-ignore
9+
10+
# phpunit.xml.dist and tests are not excluded so tests can be run
11+
# this is usefull if this package ends up one day in Debian

0 commit comments

Comments
 (0)