1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-10-18 10:52:43 +02:00

Fix gitattributes to not export unnecessary files

This commit is contained in:
Holger Lösken 2016-07-31 23:36:03 +02:00
parent 4b3e068e61
commit e73d83580e

5
.gitattributes vendored
View File

@ -1,3 +1,8 @@
* text=auto
*.css linguist-vendored
*.less linguist-vendored
.gitattributes export-ignore
.gitignore export-ignore
.codeclimate.yml export-ignore
.travis.yml export-ignore
.styleci.yml export-ignore