mirror of
https://github.com/msojocs/wechat-web-devtools-linux.git
synced 2025-07-22 00:00:04 +08:00
10 lines
215 B
JSON
10 lines
215 B
JSON
{
|
|
"files.watcherExclude": {
|
|
"**/.git/objects/**": true,
|
|
"**/.git/subtree-cache/**": true,
|
|
"**/node_modules/*/**": true,
|
|
"**/.hg/store/**": true,
|
|
".flatpak/**": true,
|
|
"_build/**": true
|
|
}
|
|
} |