feat: init project

This commit is contained in:
yanghao05
2025-08-05 17:26:59 +08:00
parent c5d621ad03
commit e034a2e54e
30 changed files with 5159 additions and 0 deletions

55
.dockerignore Normal file
View File

@@ -0,0 +1,55 @@
# Build artifacts
bin/
dist/
tmp/
# Dependencies
vendor/
node_modules/
# Logs
*.log
logs/
# Environment files
.env
.env.local
.env.*.local
# IDE files
.vscode/
.idea/
*.swp
*.swo
*~
# OS files
.DS_Store
Thumbs.db
# Git
.git/
.gitignore
# Documentation
README.md
docs/
# Test files
*_test.go
.coverage/
coverage.out
coverage.html
# Temporary files
*.tmp
*.temp
# Database files (for development)
data/*.db
data/*.sqlite
data/*.sqlite3
# Configuration (keep example configs)
config/config.yaml
config/local.yaml