wiki_ghostguild/.gitignore
Jennie Robinson Faber 289e673cbc Replace Nuxt wiki with Outline deployment config
Strip the Nuxt 4 static site and replace with Docker Compose config
for self-hosted Outline wiki (Outline + PostgreSQL 16 + Redis 7).
Adds nginx reverse proxy with WebSocket support and CSS injection,
migration script for existing markdown articles, backup script,
and starter theme CSS.
2026-03-01 15:45:44 +00:00

33 lines
448 B
Text

# Outline secrets
outline.env
# Node dependencies
node_modules
# Logs
logs
*.log
# Misc
.DS_Store
.fleet
.idea
# Obsidian vault (user-specific workspace settings)
.obsidian/workspace.json
.obsidian/workspace-mobile.json
.obsidian/graph.json
.obsidian/appearance.json
.obsidian/cache/
.obsidian/plugins/*/data.json
conflict-files-obsidian-git.md
.trash/
# Local env files
.env
.env.*
!.env.example
# Project docs (local only)
/docs
/migration