Skip to content

Commit 59d02ee

Browse files
Added .neon files to ignore export. (#338)
* Added .neon files to ignore export. * Added tools directory to export ignore. * Better reordering of the gitattributes list --------- Co-authored-by: Victor Bocharsky <[email protected]>
1 parent 7f3423e commit 59d02ee

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.gitattributes

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
/docs export-ignore
21
/.github export-ignore
2+
/docs export-ignore
33
/tests export-ignore
4+
/tools export-ignore
45
.gitattributes export-ignore
56
.gitignore export-ignore
7+
.neon export-ignore
68
.php_cs.dist export-ignore
79
phpunit.xml.dist export-ignore
810
psalm.xml export-ignore

0 commit comments

Comments
 (0)