Skip to content

Commit

Permalink
Adding .editorconfig & .styleci.yml files to .gitattributes (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanedev-maroc authored and freekmurze committed Nov 26, 2017
1 parent f951560 commit b1130d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html

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

0 comments on commit b1130d7

Please sign in to comment.