init
This commit is contained in:
41
.dockerignore
Normal file
41
.dockerignore
Normal 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/
|
||||
Reference in New Issue
Block a user