Skip to content

Commit

Permalink
Add doctrine-project.json to .gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet authored Jul 30, 2023
1 parent deb7fa3 commit 48d21bf
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
/.github export-ignore
/tests export-ignore
.gitattributes export-ignore
.gitignore export-ignore
phpbench.json export-ignore
phpcs.xml.dist export-ignore
phpmd.xml.dist export-ignore
phpstan.neon.dist export-ignore
phpunit.xml.dist export-ignore
psalm.xml export-ignore
composer.lock export-ignore
/.github export-ignore
/tests export-ignore
.doctrine-project.json export-ignore
.gitattributes export-ignore
.gitignore export-ignore
phpbench.json export-ignore
phpcs.xml.dist export-ignore
phpmd.xml.dist export-ignore
phpstan.neon.dist export-ignore
phpunit.xml.dist export-ignore
psalm.xml export-ignore
composer.lock export-ignore

0 comments on commit 48d21bf

Please sign in to comment.