Skip to content

Commit d7f0e25

Browse files
authored
Merge pull request #66 from Ayesh/gitattributes
Add a .gitattributes file with export-ignore rules
2 parents ea848c7 + b525804 commit d7f0e25

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.gitattributes

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/tests export-ignore
2+
/.gitattributes export-ignore
3+
/.gitignore export-ignore
4+
/.travis.yml export-ignore
5+
/phpcs.xml export-ignore
6+
/phpunit.xml.dist export-ignore
7+
8+
*.php diff=php

0 commit comments

Comments
 (0)