Skip to content

Commit

Permalink
Adding gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
srtfisher authored Feb 16, 2022
1 parent 4c5edd6 commit 0a79827
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Path-based git attributes
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html

# Ignore all test and documentation with "export-ignore".
/.github export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/phpunit.xml.dist export-ignore
/tests export-ignore
/.editorconfig export-ignore

0 comments on commit 0a79827

Please sign in to comment.