pelagia-portal/.gitignore
Hardik 56a947747c @
docs: retire Docs/ to the project wiki

The design, architecture, and test docs under Docs/ have been migrated to the
Forgejo wiki (the living reference). Remove them here and leave a tombstone
Docs/README.md mapping each old file to its wiki page.

Also gitignore the nested wiki working clone (pelagia-portal.wiki/), which is a
separate repo checked out beside this one.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@
2026-06-19 13:56:50 +05:30

44 lines
No EOL
636 B
Text

# Python
__pycache__/
*.pyc
*.pyo
# Node / Next.js (nested app has its own .gitignore too)
node_modules/
.next/
.pnpm-store/
# Env files with real secrets
App/.env
App/.env.local
App/.env.*.local
# Build / generated
App/.vercel/
App/coverage/
# Local AI tool artifacts
.claude/
.codex/
.antigravity/
# Local AI tool artifacts
.claude/
.codex/
.antigravity/
# Claude issue watcher (real token + logs stay local)
automation/watcher.config.json
automation/logs/
automation/.watcher.lock
# OS
.DS_Store
Thumbs.db
# Claude
.claude
App/.claude
# Nested wiki working clone (separate repo: pelagia-portal.wiki.git)
pelagia-portal.wiki/