set up for deployment

This commit is contained in:
M1ngdaXie
2026-01-12 00:16:55 -08:00
parent 6b1ed8d11c
commit 819760662a
26 changed files with 568 additions and 13 deletions

44
backend/.dockerignore Normal file
View File

@@ -0,0 +1,44 @@
# Git
.git
.gitignore
# Environment files (don't include in image, use Fly.io secrets)
.env
.env.local
.env.*.local
# IDE
.vscode
.idea
*.swp
*.swo
*~
# Test files
*_test.go
testdata
# Documentation
*.md
README.md
# Scripts (migration files should be run separately)
scripts
# Temporary files
*.log
tmp
temp
# Build artifacts
*.exe
*.exe~
*.dll
*.so
*.dylib
server
main
# OS files
.DS_Store
Thumbs.db