Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.

Commit 620ba13

Browse files
authored
chore: define export ignore via git attributes (#139)
1 parent 3c0cc87 commit 620ba13

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.gitattributes

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
/.github export-ignore
2+
/examples export-ignore
3+
/tests export-ignore
4+
.env export-ignore
5+
.gitattributes export-ignore
6+
.gitignore export-ignore
7+
.php-cs-fixer.dist.php export-ignore
8+
example export-ignore
9+
Makefile export-ignore
10+
phpstan.dist.neon export-ignore
11+
phpunit.xml export-ignore
12+
rector.php export-ignore

0 commit comments

Comments
 (0)