Skip to content

Commit c2923da

Browse files
chore: update .gitattributes
1 parent 108832d commit c2923da

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

.gitattributes

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,27 @@
1010
# ---- General --------------------------------
1111
# -----------------------------------------------
1212

13-
* text=auto
13+
* text=auto
14+
15+
.gitattributes !filter !diff
16+
.gitignore !filter !diff
17+
18+
# -----------------------------------------------
19+
# ---- IDEs -----------------------------------
20+
# -----------------------------------------------
21+
22+
.vscode/*.json linguist-language=JSON-with-Comments
23+
24+
# -----------------------------------------------
25+
# ---- Dev Containers -------------------------
26+
# -----------------------------------------------
27+
28+
src/**/*.json linguist-language=JSON-with-Comments
29+
30+
# -----------------------------------------------
31+
# ---- Languages ------------------------------
32+
# -----------------------------------------------
33+
1434
*.md text diff=markdown
1535

1636
*.png -text

0 commit comments

Comments
 (0)