chore: Remove unnecessary files from open-nofx repository

Remove node_modules directory and update .gitignore:
- Remove all web/node_modules files from git tracking
- Add node_modules/, web/dist/, web/.vite/ to .gitignore
- Remove backup files (*.bak) and empty directories (web/web/)
- Align open-nofx repository structure with nofx internal version
This cleanup ensures the open-source version only contains necessary
source files and proper gitignore configuration.
Co-Authored-By: tinkle-community <tinklefund@gmail.com>
This commit is contained in:
tinkle-community
2025-10-29 10:44:27 +08:00
parent f940196f34
commit f3720699eb
12335 changed files with 5 additions and 1727584 deletions

5
.gitignore vendored
View File

@@ -28,3 +28,8 @@ config.json
decision_logs/
coin_pool_cache/
nofx_test
# Node.js
node_modules/
web/dist/
web/.vite/