Skip to content

Commit 3024ae0

Browse files
committed
Fix ignoring nested github folder
1 parent 2ad4b07 commit 3024ae0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.gitattributes

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
/tests/ export-ignore
2-
.github/ export-ignore
3-
.gitignore export-ignore
4-
.gitattributes export-ignore
5-
phpunit.xml.dist export-ignore
6-
composer.lock export-ignore
7-
build.xml export-ignore
1+
/tests export-ignore
2+
/.github export-ignore
3+
.gitignore export-ignore
4+
.gitattributes export-ignore
5+
phpunit.xml.dist export-ignore
6+
composer.lock export-ignore
7+
build.xml export-ignore

0 commit comments

Comments
 (0)