Merge pull request #121 from sergeyklay/patch-1

Fixed .gitattributes
This commit is contained in:
Mattia Astorino 2017-12-29 10:01:25 +01:00 committed by GitHub
commit 986b8b82f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

6
.gitattributes vendored
View file

@ -1,3 +1,9 @@
# Default for those who don't have core.autocrlf set
* text=auto
src/**/*.* filter=git-crypt diff=git-crypt
.gulp/**/*.* filter=git-crypt diff=git-crypt
extensions/**/*.ts filter=git-crypt diff=git-crypt
# Fix for GitHub Linguist to avoid treating this project as C++ repo
test/* linguist-vendored