I第一次提交

This commit is contained in:
zhangzf1119
2025-12-13 23:00:09 +08:00
commit ac08a0b6ff
180 changed files with 28023 additions and 0 deletions

41
.dockerignore Normal file
View 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