Skip to content
This repository was archived by the owner on Dec 15, 2020. It is now read-only.

Commit ee9a174

Browse files
authored
Merge pull request #66 from wmde/gitattributes
Add .gitattributes to exclude not needed files from git exports
2 parents b43e3bc + c8f53a8 commit ee9a174

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+
.eslintignore export-ignore
2+
.eslintrc.json export-ignore
3+
.gitattributes export-ignore
4+
.gitignore export-ignore
5+
.scrutinizer.yml export-ignore
6+
.travis.yml export-ignore
7+
build export-ignore
8+
composer.json export-ignore
9+
phpcs.xml export-ignore
10+
phpunit.xml.dist export-ignore
11+
tests export-ignore

0 commit comments

Comments
 (0)