Updates Docker config path and ignores system files

Changes Docker volume mount path from /app/configs to /configs for simpler container structure.

Adds .DS_Store to gitignore for macOS compatibility and normalizes .idea/ entry to .idea for consistency.

#20
This commit is contained in:
王锦强
2025-08-06 22:43:02 +08:00
parent 8be8c6f721
commit 66421eebec
2 changed files with 4 additions and 3 deletions

3
.gitignore vendored
View File

@@ -25,4 +25,5 @@ go.work.sum
# env file
.env
.idea/
.DS_Store
.idea