Skip to content

Commit

Permalink
Merge pull request #72 from samsonasik/attr
Browse files Browse the repository at this point in the history
apply .gitattributes to not include dev files on when install/update with --prefer-dist
  • Loading branch information
samsonasik committed May 10, 2018
2 parents fd177e0 + eed7d3e commit 873a6b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .gitattributes
@@ -0,0 +1,6 @@
/.gitattributes export-ignore
/.gitignore export-ignore
/.styleci.yml export-ignore
/.travis.yml export-ignore
/test/ export-ignore
/CONTRIBUTING.md export-ignore
2 changes: 0 additions & 2 deletions .styleci.yml
@@ -1,7 +1,5 @@
preset: recommended

linting: true

enabled:
- strict
- unalign_double_arrow
Expand Down

0 comments on commit 873a6b7

Please sign in to comment.