pelagia-portal/.gitignore
Hardik 8b6d4e8ea6 feat(automation): issue-to-deploy pipeline — Report Issue button, Claude watcher, tag-triggered deploy
- Report Issue button in portal header files a Forgejo issue (portal + claude-queue labels)
- Windows scheduled watcher runs headless Claude Code on queued issues and opens a PR
- .forgejo/workflows/deploy.yml deploys v* release tags via the pms1 host runner (pm2 restart ppms)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-11 16:39:43 +05:30

41 lines
No EOL
545 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