ci: updated dockerfiles

This commit is contained in:
Marvin Zhang
2024-11-20 14:21:05 +08:00
parent bbeb752e17
commit 1e2cad899d
11 changed files with 194 additions and 35 deletions

41
backend/.dockerignore Normal file
View File

@@ -0,0 +1,41 @@
# Go build artifacts
*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
*.out
# Go workspace file
go.work
# IDE directories
.idea/
.vscode/
# Dependencies
vendor/
# Build output
bin/
dist/
# Debug files
debug/
# Environment files
.env
*.env
# System files
.DS_Store
Thumbs.db
# Test coverage
coverage.txt
*.cover
# Temporary files
*.tmp
*~