Skip to content

Commit 6f39574

Browse files
committed
Add a .gitattributes file to exclude dev assets from release
See https://php.watch/articles/composer-gitattributes
1 parent 851ea3e commit 6f39574

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.gitattributes

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Exclude build/test files from archive
2+
3+
/.github export-ignore
4+
/.gitattributes export-ignore
5+
/.gitignore export-ignore
6+
/specs export-ignore
7+
/Makefile export-ignore

0 commit comments

Comments
 (0)