Skip to content

Commit

Permalink
Add a .gitattributes file. (#107)
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Batchelder <[email protected]>
  • Loading branch information
TimothyBJacobs and borkweb authored Jan 8, 2024
1 parent 9b35f39 commit 572c105
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/.github export-ignore
/dev export-ignore
/docs export-ignore
/tests export-ignore
/.editorconfig export-ignore
/.env.testing export-ignore
/.env.testing.slic export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.lando.yml export-ignore
/codeception.dist.yml export-ignore
/codeception.slic.yml export-ignore
/CONTRIBUTING.md export-ignore
/phpcs.xml.dist export-ignore
/phpstan.neon.dist export-ignore

0 comments on commit 572c105

Please sign in to comment.