mirror of
https://github.com/spacebarchat/server.git
synced 2026-04-01 13:35:41 +00:00
44 lines
625 B
Plaintext
44 lines
625 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"path": "bundle"
|
|
},
|
|
{
|
|
"path": "api"
|
|
},
|
|
{
|
|
"path": "cdn"
|
|
},
|
|
{
|
|
"path": "gateway"
|
|
},
|
|
{
|
|
"path": "util"
|
|
},
|
|
{
|
|
"path": "plugins"
|
|
}
|
|
],
|
|
"settings": {
|
|
"files.exclude": {
|
|
".gitignore": true,
|
|
".npmignore": true,
|
|
".prettierrc": true,
|
|
".vscode": true,
|
|
"*.ansi": true,
|
|
"benchmarks": true,
|
|
"database.db": true,
|
|
"files/": true,
|
|
"jest": true,
|
|
"locales/[!e]*": true,
|
|
"locales/e[!n]*": true,
|
|
"node_modules": true,
|
|
"package-lock.json": true,
|
|
"patches": true,
|
|
"README.md": true,
|
|
"tests/": true,
|
|
"tsconfig.tsbuildinfo": true
|
|
}
|
|
}
|
|
}
|