Files
Luminary/.dockerignore
T
renjue a831012c48
CI / docker (push) Failing after 1m35s
Add Gitea CI, align Docker for multi-arch, and drop legacy YAML config.
Introduce Gitea Actions workflow and CI-aligned Dockerfile; remove file-based
config in favor of SQLite settings; refresh branding and tighten gitignore.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-23 21:10:38 +08:00

35 lines
329 B
Plaintext

# VCS / CI
.git
.gitignore
.gitea
# Docs (not needed in image)
*.md
web/docs
# Local runtime / secrets
data/
.env
.env.*
# Build artifacts
luminary
luminary-recover
.docker-bin/
*.db
*.test
coverage/
# Frontend (rebuilt in Dockerfile)
web/node_modules
web/dist
# IDE / editor
.idea
.vscode
.cursor
# OS
.DS_Store
Thumbs.db