Fixed .gitattributes

Fix for GitHub Linguist to avoid treating this project as C++ repo
This commit is contained in:
Serghei Iakovlev 2017-12-27 11:43:22 +02:00 committed by GitHub
parent 01b471aec0
commit cb2725336e
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 src/**/*.* filter=git-crypt diff=git-crypt
.gulp/**/*.* filter=git-crypt diff=git-crypt .gulp/**/*.* filter=git-crypt diff=git-crypt
extensions/**/*.ts 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