Skip to content

Commit fc96936

Browse files
committed
chore: Add additional file systems to gitattributes
1 parent d2f9373 commit fc96936

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.gitattributes

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
*.yml linguist-detectable=true
22
*.yml linguist-language=YAML
33

4+
*.yaml linguist-detectable=true
5+
*.yaml linguist-language=YAML
6+
47
*.just linguist-detectable=true
58
*.just linguist-documentation=false
69
*.just linguist-language=Just
10+
11+
*.json linguist-detectable=true
12+
*.json linguist-documentation=false
13+
*.json linguist-language=JSON

0 commit comments

Comments
 (0)