-
Notifications
You must be signed in to change notification settings - Fork 99
/
.gitattributes
21 lines (20 loc) · 1.08 KB
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# .gitattributes
# Ignore all files in the 'prettier' directory for language statistics
modules/node/src/lib/prettier/* linguist-detectable=false
modules/node/src/lib/prettier/doc.js linguist-detectable=false
modules/web-server/html/*.html linguist-detectable=false
modules/web-server/**/*.html linguist-detectable=false
frontend/wailsjs/runtime/runtime.js linguist-detectable=false
modules/node/src/lib/prettier/third-party.js linguist-detectable=false
resources/public/purejs linguist-detectable=false
modules/web/src/lib/core/**/* linguist-detectable=false
modules/web/src/lib/core/**/*.mjs linguist-detectable=false
modules/web-server/html/*.html linguist-detectable=false
**/*.mjs linguist-detectable=false
**/*.js linguist-detectable=false
**/*.html linguist-detectable=false
**/*.htm linguist-detectable=false
modules/web/src/lib/core/*.mjs linguist-detectable=false
modules/web/app/[lang]/client/src/lib/core/**/* linguist-detectable=false
modules/web/app/[lang]/client/src/lib/core/**/*.mjs linguist-detectable=false
modules/web/app/[lang]/client/src/lib/core/*.mjs linguist-detectable=false