Skip to content

Commit 8f709ab

Browse files
authored
Merge pull request #281 from iquito/patch-4
Add .gitattributes to exclude non-essential files
2 parents d7fc8f5 + bb585c9 commit 8f709ab

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+
/.github export-ignore
2+
/docs export-ignore
3+
/tests export-ignore
4+
.gitattributes export-ignore
5+
.gitignore export-ignore
6+
.php-cs-fixer.dist.php export-ignore
7+
phpstan.neon.dist export-ignore
8+
phpunit.xml.dist export-ignore
9+
rector.php export-ignore

0 commit comments

Comments
 (0)