Skip to content

Commit 8119c2b

Browse files
authored
Add tools/ and .neon to the .gitattributes (#455)
* Add tools/ and .neon to the .gitattributes * Reorder
1 parent 0395a59 commit 8119c2b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.gitattributes

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
/.github export-ignore
2-
/bin export-ignore
3-
/tests export-ignore
41
/.gitattributes export-ignore
2+
/.github export-ignore
53
/.gitignore export-ignore
4+
/.neon export-ignore
65
/.php-cs-fixer.dist.php export-ignore
6+
/bin export-ignore
77
/phpstan.neon.dis export-ignore
88
/phpunit.xml.dist export-ignore
9+
/tests export-ignore
10+
/tools export-ignore

0 commit comments

Comments
 (0)