mirror of
https://github.com/getnora-io/nora.git
synced 2026-04-12 06:50:31 +00:00
chore: clean up .gitignore, remove unused entries (#61)
This commit is contained in:
28
.gitignore
vendored
28
.gitignore
vendored
@@ -4,42 +4,14 @@ data/
|
||||
.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
|
||||
|
||||
Reference in New Issue
Block a user