mark json file inside .vscode folder as jsonc
This commit is contained in:
parent
294046cddb
commit
fe3973c513
1 changed files with 3 additions and 1 deletions
4
.gitattributes
vendored
4
.gitattributes
vendored
|
@ -15,6 +15,8 @@
|
|||
*.x text
|
||||
*.yml text
|
||||
|
||||
.vscode/*.json linguist-language=JSON-with-Comments
|
||||
|
||||
*.raw binary
|
||||
*.bin binary
|
||||
*.png binary
|
||||
|
@ -38,4 +40,4 @@
|
|||
*.pdf binary
|
||||
*.ez binary
|
||||
*.bz2 binary
|
||||
*.swp binary
|
||||
*.swp binary
|
||||
|
|
Loading…
Reference in a new issue