Fix gitattributes to not export unnecessary files
This commit is contained in:
parent
4b3e068e61
commit
e73d83580e
1 changed files with 5 additions and 0 deletions
5
.gitattributes
vendored
5
.gitattributes
vendored
|
|
@ -1,3 +1,8 @@
|
||||||
* text=auto
|
* text=auto
|
||||||
*.css linguist-vendored
|
*.css linguist-vendored
|
||||||
*.less linguist-vendored
|
*.less linguist-vendored
|
||||||
|
.gitattributes export-ignore
|
||||||
|
.gitignore export-ignore
|
||||||
|
.codeclimate.yml export-ignore
|
||||||
|
.travis.yml export-ignore
|
||||||
|
.styleci.yml export-ignore
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue