Add docker (#28)

Reviewed-on: #28
Co-authored-by: phoenix <kundeng00@pm.me>
Co-committed-by: phoenix <kundeng00@pm.me>
This commit is contained in:
phoenix
2025-04-11 01:07:20 +00:00
committed by phoenix
parent 50e735e1a9
commit 17af1a00c0
4 changed files with 161 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
# Ignore build artifacts
target/
pkg/
# Ignore git directory
.git/
# Ignore environment files (configure via docker-compose instead)
.env*
# Ignore IDE/editor specific files
.idea/
.vscode/
# Ignore OS specific files
*.DS_Store
# Add any other files/directories you don't need in the image
# e.g., logs/, tmp/