Skip to content

Commit 23a53d2

Browse files
authoredOct 1, 2020
Merge pull request #388 from simonschaufi/gitattributes
Ignore files when exporting package
2 parents 79ccf65 + a613a8e commit 23a53d2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
 

‎.gitattributes

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/.github export-ignore
2+
/examples export-ignore
3+
/tests export-ignore
4+
/.gitattributes export-ignore
5+
/.gitignore export-ignore
6+
/.travis.yml export-ignore
7+
/app.yml export-ignore
8+
/ARCHITECTURE.md export-ignore
9+
/CONTRIBUTING.md export-ignore
10+
/phpunit.xml.dist export-ignore

0 commit comments

Comments
 (0)
Please sign in to comment.