42 lines
452 B
Plaintext
42 lines
452 B
Plaintext
# 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
|