mirror of
https://github.com/NoFxAiOS/nofx.git
synced 2026-07-10 22:36:58 +08:00
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:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -28,3 +28,8 @@ config.json
|
||||
decision_logs/
|
||||
coin_pool_cache/
|
||||
nofx_test
|
||||
|
||||
# Node.js
|
||||
node_modules/
|
||||
web/dist/
|
||||
web/.vite/
|
||||
|
||||
Reference in New Issue
Block a user