Skip to content

Commit

Permalink
Added .gitattributes file
Browse files Browse the repository at this point in the history
  • Loading branch information
joaorobertopb committed Oct 22, 2017
1 parent 0bd8742 commit 558345d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .gitattributes
@@ -0,0 +1,15 @@
# Path-based git attributes
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html

# This way, the files would be available in the repository but it would not be downloaded when the package is required by another project.
/.editorconfig export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore
/CHANGELOG.md export-ignore
/CODE_OF_CONDUCT.md export-ignore
/CONTRIBUTING.md export-ignore
/README.md export-ignore
/phpunit.xml export-ignore
/screenshot.png export-ignore
/tests export-ignore

0 comments on commit 558345d

Please sign in to comment.