I第一次提交
This commit is contained in:
41
.dockerignore
Normal file
41
.dockerignore
Normal file
@@ -0,0 +1,41 @@
|
||||
# Maven
|
||||
# target/ # 注释掉,让Docker能访问JAR文件
|
||||
pom.xml
|
||||
|
||||
# Git
|
||||
.git
|
||||
.gitignore
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
.vscode/
|
||||
*.iml
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Logs
|
||||
logs/
|
||||
*.log
|
||||
|
||||
# Temporary files
|
||||
*.tmp
|
||||
*.swp
|
||||
|
||||
# Test files
|
||||
test.txt
|
||||
|
||||
# Upload and extract directories (will be created at runtime)
|
||||
uploads/
|
||||
extracts/
|
||||
|
||||
# Documentation
|
||||
HELP.md
|
||||
SMART_QA_README.md
|
||||
README.md
|
||||
|
||||
# Docker
|
||||
Dockerfile
|
||||
docker-compose.yml
|
||||
.dockerignore
|
||||
Reference in New Issue
Block a user