chore: disable-crypt
This commit is contained in:
parent
1ed1cc7bc7
commit
4e8fad98d8
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