Files
SmsReceiver-go/.gitignore
OpenClaw Agent 81f56d7a2d chore: sync compiled binary to repository
- Remove sms-receiver from .gitignore
- Add sms-receiver-new (latest compiled binary)
- Binary size: ~18MB
- Ready for deployment
2026-02-08 17:35:22 +08:00

27 lines
189 B
Plaintext

# 数据库文件
*.db
*.db-shm
*.db-wal
# 日志文件
*.log
nohup.out
# 临时文件
tmp/
*.tmp
# Go 相关
go.sum
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# 备份文件
*.bak
*.backup