Skip to content

Commit 08323da

Browse files
authored
Add .gitattributes to configure linguist settings
1 parent de553cc commit 08323da

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.gitattributes

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
*.mdx linguist-documentation=false linguist-detectable=true
2+
*.md linguist-documentation=false linguist-detectable=true
3+
*.py linguist-detectable=true
4+
*.js linguist-detectable=true
5+
*.json linguist-detectable=false
6+
package-lock.json linguist-generated=true
7+
package.json linguist-generated=true
8+
9+
scripts/ linguist-detectable=false

0 commit comments

Comments
 (0)