Skip to content

Commit

Permalink
Added .neon files to ignore export. (#338)
Browse files Browse the repository at this point in the history
* Added .neon files to ignore export.

* Added tools directory to export ignore.

* Better reordering of the gitattributes list

---------

Co-authored-by: Victor Bocharsky <bocharsky.bw@gmail.com>
  • Loading branch information
laurentmuller and bocharsky-bw authored Oct 22, 2024
1 parent 7f3423e commit 59d02ee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
/docs export-ignore
/.github export-ignore
/docs export-ignore
/tests export-ignore
/tools export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.neon export-ignore
.php_cs.dist export-ignore
phpunit.xml.dist export-ignore
psalm.xml export-ignore

0 comments on commit 59d02ee

Please sign in to comment.