mirror of
https://github.com/getnora-io/nora.git
synced 2026-04-12 06:50:31 +00:00
* 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
46 lines
552 B
Plaintext
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
|