Skip to content

Commit ecd9e50

Browse files
authored
Merge pull request #24 from pavlakis/feature/add-gitattributes
Add gitattributes to exclude files and folders from exports
2 parents fc5a026 + 37e7d10 commit ecd9e50

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitattributes

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

0 commit comments

Comments
 (0)