Adding docker

This commit is contained in:
2026-05-31 18:00:23 -04:00
parent 1cea3442ff
commit a19262d9a1
3 changed files with 132 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
# Ignore build artifacts
target/
pkg/
# Ignore git directory
.git/
.gitea/
# Ignore environment files (configure via docker-compose instead)
.env*
# Ignore OS specific files
*.DS_Store
# Add any other files/directories you don't need in the image
# e.g., logs/, tmp/