dockerfile, modify it when using

This commit is contained in:
2026-04-23 19:42:09 +08:00
parent e00b25b6c7
commit e019948017
4 changed files with 87 additions and 1 deletions
+20
View File
@@ -0,0 +1,20 @@
# Git files
.git
.gitignore
# Build artifacts
target/
# Logs
logs/
*.log
# Data
data/
# IDE
.idea/
.vscode/
*.swp
*.swo
*~