Some checks failed
Create Release / release (push) Has been cancelled
- Add postinstall script to copy worker to static/ - Update Dockerfile to copy worker during build - Update file-processor to try local worker first, fallback to CDN - Bump version to 0.4.11
48 lines
501 B
Plaintext
48 lines
501 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Build outputs
|
|
.svelte-kit/
|
|
build/
|
|
dist/
|
|
|
|
# Environment files
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Backend
|
|
backend/bin/
|
|
backend/data/*.db
|
|
backend/server
|
|
|
|
# Docker
|
|
*.pid
|
|
docker-compose.override.yml
|
|
|
|
# Claude Code project instructions (local only)
|
|
CLAUDE.md
|
|
|
|
# Dev artifacts
|
|
dev.env
|
|
backend/vessel-backend
|
|
data/
|
|
backend/data-dev/
|
|
|
|
# Generated files
|
|
frontend/static/pdf.worker.min.mjs
|