Skip to content
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.

Commit

Permalink
add gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
Gummibeer committed Feb 20, 2020
1 parent 7e664e4 commit e14f3d4
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 e14f3d4

Please sign in to comment.