Files
smart-admin/.dockerignore
2025-12-13 23:00:09 +08:00

42 lines
452 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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