Files
NebulaShell/.gitignore
Falck 395cda2e8b 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
2026-04-25 06:43:45 +08:00

23 lines
312 B
Plaintext

.qwen/
QWEN.md
data/
# 虚拟环境(用户自行创建)
.venv/
venv/
env/
*.egg-info/
dist/
build/
# 日志
logs/
*.log
# 签名验证 - 私钥(绝不要提交!)
data/signature-verifier/keys/private/
# 签名文件(可选,本地开发可能不需要)
# store/**/SIGNATURE
.clinerules
website/