做完了一部分,备份一下,防止以外删除

This commit is contained in:
2025-11-11 15:16:38 +08:00
parent 9600e5b6e0
commit e98dd4d725
39 changed files with 2423 additions and 183 deletions

65
.gitignore vendored Normal file
View File

@@ -0,0 +1,65 @@
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
bin/
*.test
*.out
# Go workspace file
go.work
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool
*.out
coverage/
*.coverprofile
# Dependency directories
vendor/
# Go build cache
.cache/
# Environment variables
.env
.env.*
!.env.example
# Log files
logs/
*.log
# IDEs and editors
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
Thumbs.db
# Temporary files
*.tmp
*.temp
*.bak
# Redis dump
dump.rdb
# Database files
*.db
*.sqlite
*.sqlite3
# Configuration overrides (keep templates)
config/local.yaml
configs/local.yaml
# Build output
dist/
build/