Skip to content

Commit 28d683b

Browse files
committed
Add a .gitattributes file to exclude development files from git releases.
1 parent f54337c commit 28d683b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.gitattributes

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/.github export-ignore
2+
/assets-repo export-ignore
3+
/bin export-ignore
4+
/tests export-ignore
5+
.editorconfig export-ignore
6+
.gitattributes export-ignore
7+
.gitignore export-ignore
8+
.travis.yml export-ignore
9+
composer.json export-ignore
10+
phpunit.xml.dist export-ignore

0 commit comments

Comments
 (0)