Pad/.gitignore
Greg Pomerantz bef3929f40 fix: update tests and fix SetCursorFromPoint panic
- Rewrite cursor_test.go to use the current GlyphLayout-based API
  instead of the deleted byteOffsetToLineCol function
- Add guard for empty/missing layout slices in SetCursorFromPoint
  to prevent index-out-of-range panic on empty documents
- Add missing Advance field to e2e test GlyphLayout initialization
- Add cmd/pad/pad binary to .gitignore
2026-06-04 07:24:44 -04:00

21 lines
150 B
Plaintext

# Syncthing
.stfolder/
# Go test cache
*.test
*.out
# build files
*.apk
*.idsig
cmd/pad/pad
# IDE
.idea/
.vscode/
# OS files
.DS_Store
Thumbs.db