a831012c48
CI / docker (push) Failing after 1m35s
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>
35 lines
329 B
Plaintext
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
|