Skip to content

Commit aaf49a8

Browse files
committed
Added .gitattributes file with 'export-ignore' lines, to reduce filesize of archives.
1 parent e2eb79d commit aaf49a8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.gitattributes

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/.gitattributes export-ignore
2+
/.gitignore export-ignore
3+
/.php-auto-version export-ignore
4+
/.php-cs-fixer.php export-ignore
5+
/composer.lock export-ignore
6+
/Makefile export-ignore
7+
/phpstan.neon export-ignore
8+
/Test export-ignore
9+
/vendor-bin export-ignore

0 commit comments

Comments
 (0)