16 lines
311 B
JSON
16 lines
311 B
JSON
{
|
|
"files.exclude": {
|
|
"**/.git": true,
|
|
"**/.gitea": true,
|
|
"**/.github": true,
|
|
"**/node_modules": true
|
|
},
|
|
"editor.tabSize": 2,
|
|
"files.associations": {
|
|
"*.conf": "nginx",
|
|
"*.html": "html",
|
|
"*.css": "css",
|
|
"*.js": "javascript"
|
|
}
|
|
}
|