Skip to content

Commit 5aa6f18

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitattributes

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
/.github export-ignore
22
/examples export-ignore
3+
/scripts export-ignore
34
/test export-ignore
4-
/.craft-yml export-ignore
5+
/.craft.yml export-ignore
56
/.gitattributes export-ignore
67
/.gitignore export-ignore
78
/.php_cs export-ignore

0 commit comments

Comments
 (0)