This commit is contained in:
2026-01-25 21:59:00 +08:00
parent 7fd537bef3
commit 4cad3f0250
118 changed files with 30473 additions and 0 deletions

44
.gitignore vendored Normal file
View File

@@ -0,0 +1,44 @@
# Binaries
*.exe
*.exe~
*.dll
*.so
*.dylib
/server
/accounting-app
# Test binary
*.test
# Output of the go coverage tool
*.out
# Dependency directories
vendor/
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Data directory
data/
*.db
# Environment files
.env
.env.local
.env.*.local
# Logs
*.log
logs/
# Build output
/bin/
/dist/