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>
43 lines
377 B
Plaintext
43 lines
377 B
Plaintext
# Binaries
|
|
/luminary
|
|
/luminary-recover
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
*.test
|
|
|
|
# Go
|
|
go.work
|
|
go.work.sum
|
|
*.out
|
|
coverage/
|
|
*.coverprofile
|
|
|
|
# Luminary runtime data
|
|
data/
|
|
/data/
|
|
*.db
|
|
|
|
# Docker local prebuilt
|
|
.docker-bin/
|
|
|
|
# Frontend build output
|
|
web/dist/
|
|
web/node_modules/
|
|
|
|
# Environment
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# IDE / editor
|
|
.idea/
|
|
.vscode/
|
|
.cursor/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|