Fixed .gitattributes
Fix for GitHub Linguist to avoid treating this project as C++ repo
This commit is contained in:
parent
01b471aec0
commit
cb2725336e
1 changed files with 9 additions and 3 deletions
6
.gitattributes
vendored
6
.gitattributes
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue