16 lines
287 B
JSON
16 lines
287 B
JSON
{
|
|
"files.exclude": {
|
|
"**/.git": true,
|
|
"**/.svn": true,
|
|
"**/.hg": true,
|
|
"**/CVS": true,
|
|
"**/.DS_Store": true,
|
|
"**/Thumbs.db": true,
|
|
// "**/node_modules": true,
|
|
"**/.angular": true
|
|
},
|
|
"editor.formatOnSave": true,
|
|
"cSpell.words": [
|
|
"Manhwa"
|
|
]
|
|
} |