mirror of
https://github.com/fromchat-messenger/web.git
synced 2026-09-22 19:15:08 +03:00
11 lines
278 B
JSON
11 lines
278 B
JSON
{
|
|
"files.exclude": {
|
|
"**/__pycache__": true,
|
|
"**/package-lock.json": true,
|
|
"**/*.module.scss.d.ts": true,
|
|
"**/.husky/_": true,
|
|
"**/.venv": true,
|
|
"**/node_modules": true
|
|
},
|
|
"python.terminal.activateEnvironment": false
|
|
} |