chore: gitattr
This commit is contained in:
parent
cb4a82dc94
commit
69364b1e2c
1 changed files with 3 additions and 3 deletions
6
.gitattributes
vendored
6
.gitattributes
vendored
|
@ -1,9 +1,9 @@
|
||||||
# Default for those who don't have core.autocrlf set
|
# Default for those who don't have core.autocrlf set
|
||||||
* text=auto
|
* 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
|
# Fix for GitHub Linguist to avoid treating this project as C++ repo
|
||||||
test/* linguist-vendored
|
test/* linguist-vendored
|
||||||
|
|
Loading…
Reference in a new issue