Skip to content

Commit 2f0a7fe

Browse files
committed
Mark files not needed for export in .gitattributes
Fixes #540
1 parent 6d8ce14 commit 2f0a7fe

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.gitattributes

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/.github export-ignore
12
/examples export-ignore
23
/test export-ignore
3-
/scripts export-ignore
4+
/.craft-yml export-ignore
5+
/.gitattributes export-ignore
6+
/.gitignore export-ignore
7+
/.php_cs export-ignore
8+
/Makefile export-ignore
9+
/phpunit.xml export-ignore

0 commit comments

Comments
 (0)