Add jsconfig exclusions

2b50ab398b00cbf28ba1c14cf55420156670fcde

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +6 -1Ignore whitespace
jsconfig.json+6 -1
@@ -15,6 +15,11 @@
1515 "**/node_modules/*",
1616 "public/lib",
1717 "backups/*",
1818 "data/*",
19+ "**/dist/*",
20+ "dist/*",
21+ "cache/*",
22+ "src/tokenizers/*",
23+ "docker/*",
1924 ]
2025}