mirror of
https://github.com/getnora-io/nora.git
synced 2026-04-12 06:50:31 +00:00
35 lines
427 B
Plaintext
35 lines
427 B
Plaintext
/target
|
|
data/
|
|
*.htpasswd
|
|
.env
|
|
.env.*
|
|
*.log
|
|
internal config
|
|
|
|
# Backup files
|
|
*.bak
|
|
|
|
# Internal files
|
|
SESSION*.md
|
|
TODO.md
|
|
docs-site/
|
|
docs/
|
|
*.txt
|
|
|
|
## Internal files
|
|
.internal/
|
|
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/
|
|
scripts/
|