Skip to content

Commit 7938a88

Browse files
committed
Add .gitattributes to exclude dev files from distribution
1 parent 64417d7 commit 7938a88

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.gitattributes

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/build export-ignore
2+
/resources export-ignore
3+
/tests export-ignore
4+
/.github export-ignore
5+
.gitattributes export-ignore
6+
.gitignore export-ignore
7+
package.json export-ignore
8+
phpunit.xml export-ignore
9+
pint.json export-ignore

0 commit comments

Comments
 (0)