Skip to content

Commit eb0ba40

Browse files
authored
Merge pull request #151 from axlon/patch-2
Exclude development files from releases
2 parents 6b7417b + c14c9da commit eb0ba40

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html
33

44
# Ignore all test and documentation with "export-ignore".
5+
/.editorconfig export-ignore
56
/.gitattributes export-ignore
7+
/.github export-ignore
68
/.gitignore export-ignore
9+
/.styleci.yml export-ignore
710
/.travis.yml export-ignore
811
/phpunit.xml.dist export-ignore
912
/.scrutinizer.yml export-ignore

0 commit comments

Comments
 (0)