2026-02-11 14:09:40 +01:00
|
|
|
# Build artifacts
|
|
|
|
|
target/
|
|
|
|
|
|
|
|
|
|
# Git
|
|
|
|
|
.git/
|
|
|
|
|
.gitignore
|
|
|
|
|
|
|
|
|
|
# IDE
|
|
|
|
|
.vscode/
|
|
|
|
|
.idea/
|
|
|
|
|
*.swp
|
|
|
|
|
*.swo
|
|
|
|
|
|
|
|
|
|
# Docker
|
|
|
|
|
Dockerfile
|
|
|
|
|
Dockerfile.rootless
|
|
|
|
|
docker-compose.yml
|
|
|
|
|
rootless-compose.yml
|
|
|
|
|
|
|
|
|
|
# Runtime data (mapped via volumes)
|
|
|
|
|
storage/
|
|
|
|
|
|
|
|
|
|
# Documentation
|
2026-06-10 08:38:24 +00:00
|
|
|
docs/
|
2026-02-11 14:09:40 +01:00
|
|
|
*.md
|
|
|
|
|
LICENSE
|
|
|
|
|
CODEOWNERS
|
|
|
|
|
|
2026-06-10 08:38:24 +00:00
|
|
|
# Project assets and tooling not needed by the build
|
|
|
|
|
# (the Dockerfile only COPYs src, static, migrations, templates, build.rs,
|
|
|
|
|
# Cargo.*, and entrypoint.sh; everything else is dead weight in the context)
|
|
|
|
|
images/
|
|
|
|
|
charts/
|
|
|
|
|
tools/
|
|
|
|
|
tests/
|
|
|
|
|
|
2026-02-11 14:09:40 +01:00
|
|
|
# Miscellaneous
|
|
|
|
|
.github/
|
|
|
|
|
.env
|
|
|
|
|
*.bak
|