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

41
.dockerignore Normal file
View File

@@ -0,0 +1,41 @@
# Git
.git
.gitignore
# IDE
.idea
.vscode
*.swp
*.swo
# 构建产物
*.exe
*.exe~
*.dll
*.so
*.dylib
server
accounting-app
# 测试文件
*.test
*.out
# 数据文件
data/
*.db
*.log
logs/
# 环境变量(生产环境通过 docker-compose 传入)
.env
.env.local
.env.*.local
# 文档
README.md
*.md
# 其他
vendor/
tmp/