Skip to content

Commit

Permalink
Add tools/ and .neon to the .gitattributes (#455)
Browse files Browse the repository at this point in the history
* Add tools/ and .neon to the .gitattributes

* Reorder
  • Loading branch information
bocharsky-bw authored Oct 22, 2024
1 parent 0395a59 commit 8119c2b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
/.github export-ignore
/bin export-ignore
/tests export-ignore
/.gitattributes export-ignore
/.github export-ignore
/.gitignore export-ignore
/.neon export-ignore
/.php-cs-fixer.dist.php export-ignore
/bin export-ignore
/phpstan.neon.dis export-ignore
/phpunit.xml.dist export-ignore
/tests export-ignore
/tools export-ignore

0 comments on commit 8119c2b

Please sign in to comment.