chore: 添加.gitignore, 移除日志文件跟踪

This commit is contained in:
jackyu66git
2026-05-04 01:51:17 +08:00
parent 21a3f9a962
commit 51b8ee0c8a
2 changed files with 19 additions and 45020 deletions
+19 -16
View File
@@ -1,24 +1,27 @@
# Binaries
exchange-monitor
*.test
*.out
# Env files with secrets
# Logs
*.log
*.log.bak
# Local config (secrets)
.env
# Log files
*.log
trade_stats.txt
# Test files
test_*.go
# IDE
.vscode/
# IDE / OS
.DS_Store
.idea/
.vscode/
*.swp
*.swo
# Database
data/*.db
data/*.db-wal
data/*.db-shm
data/
trades.db
*.db
*.db-*
# Generated stats
trade_stats.txt
# Temp
/tmp/