Skip to content

Commit 6b47f1f

Browse files
authored
Merge pull request #195 from Ayesh/export-ignore
Add .gitattributes file with export-ignore rules
2 parents 30db060 + 5225fc5 commit 6b47f1f

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+
.gitattributes export-ignore
2+
.gitignore export-ignore
3+
.php_cs.dist export-ignore
4+
.scrutinizer.yml export-ignore
5+
.travis.yml export-ignore
6+
example.php export-ignore
7+
phpunit.xml.dist export-ignore
8+
/test export-ignore

0 commit comments

Comments
 (0)