mirror of
https://github.com/getnora-io/nora.git
synced 2026-04-12 10:20:32 +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
|
||||||
.env.*
|
.env.*
|
||||||
*.log
|
*.log
|
||||||
internal config
|
|
||||||
|
|
||||||
# Backup files
|
# Backup files
|
||||||
*.bak
|
*.bak
|
||||||
|
|
||||||
docs-site/
|
|
||||||
docs/
|
|
||||||
*.txt
|
|
||||||
|
|
||||||
examples/
|
|
||||||
|
|
||||||
# Generated by CI
|
# Generated by CI
|
||||||
*.cdx.json
|
*.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
|
# Playwright / Node
|
||||||
node_modules/
|
node_modules/
|
||||||
package.json
|
|
||||||
package-lock.json
|
package-lock.json
|
||||||
/tmp/
|
/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