Files
librenotes/.gitignore
Michael Czechowski 094250609c Fork Notesium source and restructure into Go package layout
Initial fork of github.com/alonswartz/notesium into librenotes:
- Source moved to internal/notesium/ (package notesium)
- Thin entry point at cmd/librenotes/main.go
- Module renamed to git.librete.ch/public/librenotes
- main() exposed as notesium.Run()
- LICENSE preserved (MIT), NOTICE added with attribution
- Web assets and completion.bash co-located with embedding code
  to satisfy go:embed path constraints

Closes #3, #34, #35.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-28 21:52:25 +02:00

18 lines
189 B
Plaintext

.claude/*
!.claude/commands/
.archive/
.idea/
.wave/*
!.wave/pipelines/
!.wave/personas/
!.wave/contracts/
!.wave/prompts/
wave.yaml
.env
# Build artifacts
/librenotes
/dist/
*.test
*.out