Add per-profile keyword sets, job source settings, sponsorship signal pills, and several ATS extractors. Fix Hiring Cafe discovery via Next.js SSR search, profile activate for comma-separated basicAuthUser aliases, and resume path backfill migrations. Update settings and hiring-cafe docs; localhost compose overlay for loopback-only deploys.
29 lines
547 B
Plaintext
29 lines
547 B
Plaintext
# Environment files
|
|
.env
|
|
*.env.local
|
|
# Cron/Telegram secrets (copy template from scripts/jobber-cron.env.example)
|
|
scripts/jobber-cron.env
|
|
|
|
# Dependencies
|
|
node_modules/
|
|
**/node_modules/
|
|
**/.package-lock.json
|
|
**/.docusaurus/
|
|
docs-site/.docusaurus/
|
|
docs-site/build/
|
|
|
|
# Data directory (bind mount in Docker)
|
|
data/
|
|
|
|
# Extractor storage outputs and cached auth (per-extractor runtime data)
|
|
extractors/*/storage/
|
|
|
|
# OS / editor
|
|
.DS_Store
|
|
Thumbs.db
|
|
.vscode/
|
|
|
|
# Local scratch / extractor debug dumps (not part of the app)
|
|
storage/
|
|
solution-workload-test.*
|