mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-02-09 08:38:53 +01:00
Add jsconfig exclusions
This commit is contained in:
parent
bf28ae07b3
commit
2b50ab398b
@ -15,6 +15,11 @@
|
||||
"**/node_modules/*",
|
||||
"public/lib",
|
||||
"backups/*",
|
||||
"data/*"
|
||||
"data/*",
|
||||
"**/dist/*",
|
||||
"dist/*",
|
||||
"cache/*",
|
||||
"src/tokenizers/*",
|
||||
"docker/*",
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user