aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreZio Pan <[email protected]>2024-01-06 11:59:55 +0800
committerGitHub <[email protected]>2024-01-06 11:59:55 +0800
commitfe3973c513a71d20ec2bc2f7d3cefd414f405980 (patch)
tree511aee37e1e8f1926484f9f9f546b60164a9c797
parent294046cddbdd485a99f7531c29af92c326124123 (diff)
mark json file inside .vscode folder as jsonc
-rw-r--r--.gitattributes4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes
index 4db9edae7..a51376f0d 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -15,6 +15,8 @@
15*.x text 15*.x text
16*.yml text 16*.yml text
17 17
18.vscode/*.json linguist-language=JSON-with-Comments
19
18*.raw binary 20*.raw binary
19*.bin binary 21*.bin binary
20*.png binary 22*.png binary
@@ -38,4 +40,4 @@
38*.pdf binary 40*.pdf binary
39*.ez binary 41*.ez binary
40*.bz2 binary 42*.bz2 binary
41*.swp binary \ No newline at end of file 43*.swp binary