Skip to content

Commit

Permalink
Add .gitattributes file to exclude not needed files from git exports
Browse files Browse the repository at this point in the history
  • Loading branch information
manicki authored and addshore committed Jul 28, 2017
1 parent aa99650 commit 0e3ed4b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
.gitattributes export-ignore
.gitignore export-ignore
.scrutinizer.yml export-ignore
.travis.yml export-ignore
composer.json export-ignore
phpcs.xml export-ignore
phpunit.xml.dist export-ignore
tests export-ignore

0 comments on commit 0e3ed4b

Please sign in to comment.