chore: 添加.gitignore, 移除日志文件跟踪
This commit is contained in:
+19
-16
@@ -1,24 +1,27 @@
|
|||||||
# Binaries
|
# Binaries
|
||||||
exchange-monitor
|
exchange-monitor
|
||||||
*.test
|
|
||||||
*.out
|
|
||||||
|
|
||||||
# Env files with secrets
|
# Logs
|
||||||
|
*.log
|
||||||
|
*.log.bak
|
||||||
|
|
||||||
|
# Local config (secrets)
|
||||||
.env
|
.env
|
||||||
|
|
||||||
# Log files
|
# IDE / OS
|
||||||
*.log
|
.DS_Store
|
||||||
trade_stats.txt
|
|
||||||
|
|
||||||
# Test files
|
|
||||||
test_*.go
|
|
||||||
|
|
||||||
# IDE
|
|
||||||
.vscode/
|
|
||||||
.idea/
|
.idea/
|
||||||
|
.vscode/
|
||||||
|
*.swp
|
||||||
|
*.swo
|
||||||
|
|
||||||
# Database
|
# Database
|
||||||
data/*.db
|
trades.db
|
||||||
data/*.db-wal
|
*.db
|
||||||
data/*.db-shm
|
*.db-*
|
||||||
data/
|
|
||||||
|
# Generated stats
|
||||||
|
trade_stats.txt
|
||||||
|
|
||||||
|
# Temp
|
||||||
|
/tmp/
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user