mirror of
https://github.com/sern-handler/website
synced 2026-06-06 01:16:47 +00:00
12 lines
201 B
JSON
12 lines
201 B
JSON
{
|
|
"files.exclude": {
|
|
"**/.git": true,
|
|
"**/.svn": true,
|
|
"**/.hg": true,
|
|
"**/CVS": true,
|
|
"**/.DS_Store": true,
|
|
"**/Thumbs.db": true,
|
|
".idea": true,
|
|
".vscode": true
|
|
}
|
|
} |