mirror of
https://github.com/getnora-io/nora.git
synced 2026-04-12 09:10:32 +00:00
- Remove nora-cli and nora-storage from workspace (stub crates, not used) - Remove root install.sh (duplicate of dist/install.sh) - Remove root logo.jpg (duplicate of ui/logo.jpg) - Remove committed SBOM .cdx.json files (generated by CI in release) - Remove stale .githooks/ (real hook is in .git/hooks/) - Update version in docs-ru to 0.2.32 - Add *.cdx.json to .gitignore
29 lines
358 B
Plaintext
29 lines
358 B
Plaintext
/target
|
|
data/
|
|
*.htpasswd
|
|
.env
|
|
.env.*
|
|
*.log
|
|
internal config
|
|
|
|
# Backup files
|
|
*.bak
|
|
|
|
# Internal files
|
|
SESSION*.md
|
|
TODO.md
|
|
ROADMAP*.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
|