Skip to content

Commit 70776d8

Browse files
authored
Create .gitattributes
the files in tests/ misc/ and benchmark/ are not needed in a production environment. adding those directories to the `.gitattributes` file will remove them from the installation when installing the library via `composer install --prefer-dist` making the installation smaller and faster
1 parent 58b8a7e commit 70776d8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
tests/ export-ignore
2+
misc/ export-ignore
3+
benchmark/ export-ignore

0 commit comments

Comments
 (0)