Files
spa-server/.dockerignore
T

30 lines
317 B
Plaintext
Raw Permalink Normal View History

# git metadata
.git
# CI/Gitea config
.gitea
# Developer workspace files
go.work
go.work.sum
# Documentation (not needed in the image build context)
*.md
# Test artifacts
coverage.out
coverage.html
*.coverprofile
**/*_test.go
# OS artifacts
.DS_Store
Thumbs.db
# Editor artifacts
.idea/
.vscode/
*.swp
*.swo
*~