Skip to content

Commit

Permalink
Merge pull request #149 from Ayesh/export-ignore
Browse files Browse the repository at this point in the history
Add a .gitattributes file with export-ignore rules
  • Loading branch information
Imangazaliev authored Nov 16, 2020
2 parents b3085fa + 0b2be7e commit c88f5a5
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 @@
# Exclude build/test files from archive
/tests export-ignore
/.editorconfig export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.php_cs export-ignore
/.travis.yml export-ignore
/phpunit.xml export-ignore

0 comments on commit c88f5a5

Please sign in to comment.