Skip to content

Commit

Permalink
add gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
Gummibeer committed Feb 18, 2020
1 parent 1e9afea commit 2a22d51
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Path-based git attributes
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html

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

0 comments on commit 2a22d51

Please sign in to comment.