Skip to content

Commit

Permalink
Merge pull request #7 from vansari/feature/gitattributes
Browse files Browse the repository at this point in the history
Adding gitattributes to ignore files which are not needed on composer
  • Loading branch information
vansari authored Feb 25, 2023
2 parents 074e6e1 + 8fa1abb commit 9dc5f5f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/.github export-ignore
/tests export-ignore
/phpcs.xml export-ignore
/phpunit.xml export-ignore
/psalm.xml export-ignore
README.md export-ignore

0 comments on commit 9dc5f5f

Please sign in to comment.