1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-08 20:22:42 +01:00

Merge pull request #1025 from codedge/Update-gitattributes

Fix gitattributes to not export unnecessary files
This commit is contained in:
Hillel Coren 2016-08-01 10:46:35 +03:00 committed by GitHub
commit af956e250c

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