Files
2026-08-14 16:42:12 +05:00

37 lines
656 B
Plaintext

# Keep the build context small and free of anything that must not reach the image.
# NOTE: src/main/resources/keys/google-key.json is deliberately NOT ignored — it is
# gitignored but must be present at build time. See docs/configuration.md.
.git
.gitea
.gitignore
.gitattributes
# Local Maven cache and build output — the image builds these itself
.m2
target
# Documentation and helper scripts are not needed in the image
docs
scripts
README.md
*.md
# Local environment files — configuration is injected at runtime
.env
.env.*
!.env.example
# Editor / AI tooling
.claude
.cursor
.qwen
.codex
.idea
.vscode
*.iml
# OS noise
.DS_Store
Thumbs.db