Skip to content

Commit

Permalink
Merge pull request #74 from imanghafoori1/patch-1
Browse files Browse the repository at this point in the history
Create .gitattributes
  • Loading branch information
fico7489 authored Oct 5, 2020
2 parents e592af0 + ae7f17a commit 97fbc8c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Path-based git attributes
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html

# Ignore all test and documentation with "export-ignore".
/.gitattributes export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore
/.styleci.yml export-ignore
/phpunit.xml.dist export-ignore
/phpunit.xml export-ignore
/readme.md export-ignore
/phpunit.bat export-ignore
/.scrutinizer.yml export-ignore
/tests export-ignore
/.editorconfig export-ignore
/.github export-ignore

0 comments on commit 97fbc8c

Please sign in to comment.