Skip to content

Commit fe79533

Browse files
authoredAug 29, 2021
[FEATURE] Keep development-only files out of the Composer packages (#269)
This will reduce download size and improve download speed when this package is used.
1 parent a047a15 commit fe79533

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
 

‎.gitattributes

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/.Build/ export-ignore
2+
/.editorconfig export-ignore
3+
/.gitattributes export-ignore
4+
/.github/ export-ignore
5+
/.gitignore export-ignore
6+
/Build/ export-ignore
7+
/Tests/ export-ignore

0 commit comments

Comments
 (0)
Please sign in to comment.