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
10
.gitattributes
vendored
10
.gitattributes
vendored
|
@ -1,3 +1,9 @@
|
||||||
src/**/*.* filter=git-crypt diff=git-crypt
|
# Default for those who don't have core.autocrlf set
|
||||||
.gulp/**/*.* filter=git-crypt diff=git-crypt
|
* text=auto
|
||||||
|
|
||||||
|
src/**/*.* 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
|
||||||
|
|
Loading…
Reference in a new issue