Files
nora/.gitignore
DevITWay | Pavel Volkov 325f51822f release: v0.3.0 (#60)
* release: bump version to v0.3.0, update dashboard GIF

New features in v0.3.0:
- Go module proxy (GOPROXY protocol) with caching
- Go in dashboard UI (sidebar, list, detail pages)
- Compact registry cards (6 in one row)
- Updated icons (Cargo crate, Go text mark)
- .gitleaks.toml restored

* security: update .gitignore and remove stale files

* security: update .gitignore to block dev tooling and process files
2026-03-27 21:30:41 +03:00

46 lines
552 B
Plaintext

/target
data/
*.htpasswd
.env
.env.*
*.log
internal config
# Backup files
*.bak
docs-site/
docs/
*.txt
examples/
# Generated by CI
*.cdx.json
# Dead crates (kept in repo for reference but excluded from workspace)
# nora-cli/ and nora-storage/ remain in git but are not built
# Playwright / Node
node_modules/
package.json
package-lock.json
/tmp/
# AI tooling — NEVER commit
CLAUDE.md
QWEN.md
MOTHER-CLAUDE*.md
.claude/
.qwen/
.cursor/
.aider*
.copilot/
# Internal process
SESSION*.md
TODO.md
RELEASE_RUNBOOK.md
.internal/
scripts/qa-panel.sh