Files
Scriberr/.gitignore
rishikanthc bab12bfe39 docs: update installation for PUID/PGID and add troubleshooting section
- Update Docker Compose files to default PUID/PGID to 1000
- Add note about SECURE_COOKIES for non-SSL access in README and project site
- Create dedicated Troubleshooting page in documentation site
- Synchronize permissions documentation across all platforms
2025-12-19 09:24:22 -08:00

73 lines
859 B
Plaintext

node_modules
# Output
.output
.vercel
/.svelte-kit
/build
# OS
.DS_Store
Thumbs.db
# Env
# .env
# .env.*
# !.env.example
# !.env.test
# Vite
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
.dockerdata
.aider*
.env
.env
samples
scriberr
data
data/scriberr.db
data/transcripts
data/uploads
data/whisperx-env/test
data_bak
web/landing_bak
CLAUDE.md
AGENTS.md
# .env.example
scriberr-data
whisperx-env
# internal/web
env-data
# main
results.json
# server
!cmd/server/main.go
test_word_conversion.go
debug_whisperx_parsing.go
debug_parsing.go
scriberr-optimized
tests/database_test.db-shm
# Project documentation (local only)
project-docs
!internal/web/static.go
feats.txt
log.txt
manifest_and_icons
manifest_and_icons.zip
tests/database_test.db-wal
internal/web/dist
# Development files
prompt.txt
# .agent/
agent-bak/
tmp/
# *.svg
# *.png
dhl.txt