Files
nofx/.gitignore
T
awake 0x 9771fbdebf sync: Sync complete codebase from nofx internal version
Full code synchronization from nofx internal repository to open-nofx.
Updated all source files, documentation, and configuration.
Co-Authored-By: tinkle-community <tinklefund@gmail.com>
2025-10-29 12:00:09 +08:00

39 lines
336 B
Plaintext

# IDE 配置文件
.idea/
*.iml
*.xml
# 编译产物
nofx-auto
*.exe
nofx
nofx_test
# Go 相关
*.test
*.out
# 操作系统
.DS_Store
Thumbs.db
# 临时文件
*.log
*.tmp
*.bak
# 环境变量
.env
config.json
# 决策日志
decision_logs/
coin_pool_cache/
nofx_test
# Node.js
web/node_modules/
node_modules/
web/dist/
web/.vite/