chore: add website directory to gitignore and update VSCode config
- Add `website/` to .gitignore to exclude website build artifacts - Add Node.js debug configurations for FutureOSS website in launch.json - Update VSCode color theme to "Default Dark Modern" - Refactor plugin loader to simplify dependency and lifecycle plugin loading logic
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -19,4 +19,5 @@ data/signature-verifier/keys/private/
|
||||
|
||||
# 签名文件(可选,本地开发可能不需要)
|
||||
# store/**/SIGNATURE
|
||||
.clinerules
|
||||
.clinerules
|
||||
website/
|
||||
Reference in New Issue
Block a user