Skip to content

Commit ac2a93f

Browse files
authored
Merge pull request #126 from williamdes/fixes
Add .gitattributes to exclude some files from production environments
2 parents 32d060c + 494424e commit ac2a93f

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)