Skip to content

Commit a421eb3

Browse files
authored
Add .gitattributes to exclude dev files from dist zip
1 parent ecc8c42 commit a421eb3

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 dev files from dist prod zip archive
2+
3+
/tests export-ignore
4+
.gitattributes export-ignore
5+
.gitignore export-ignore
6+
phpunit.xml.dist export-ignore
7+
save-project.sh export-ignore

0 commit comments

Comments
 (0)