All checks were successful
Test / frontend-tests (pull_request) Successful in 56s
Test / frontend-typecheck (pull_request) Successful in 1m4s
Test / rust-fmt-check (pull_request) Successful in 2m50s
Test / rust-clippy (pull_request) Successful in 27m48s
Test / rust-tests (pull_request) Successful in 29m52s
License: - Add MIT LICENSE file (Copyright 2025 Shaun Arman) - Add MIT badge and Support/Buy-Me-A-Coffee section to README - Update license section from private to MIT with attribution note Security (from pre-release audit): - Remove unscoped fs:allow-read and fs:allow-write from Tauri capabilities (H5: unscoped fs permissions undermined filesystem sandboxing; the scoped app/temp variants already cover all required paths) - Add SECURITY_AUDIT.md to .gitignore Repo hygiene: - Untrack src-tauri/target/ (6347 build artifacts that should never have been committed; .gitignore already listed the path) - Update .gitignore: remove vendor-specific filenames, replace with generic internal-doc patterns (TICKET_*.md, ~$*.docx, etc.) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
23 lines
295 B
Plaintext
23 lines
295 B
Plaintext
node_modules/
|
|
dist/
|
|
src-tauri/target/
|
|
.env
|
|
*.local
|
|
.secrets
|
|
secrets.yml
|
|
secrets.yaml
|
|
artifacts/
|
|
*.png
|
|
/screenshots/
|
|
|
|
SECURITY_AUDIT.md
|
|
|
|
# Internal / private documents — never commit
|
|
USER_GUIDE.md
|
|
USER_GUIDE.docx
|
|
~$*.docx
|
|
TICKET_*.md
|
|
BUGFIX_SUMMARY.md
|
|
PR_DESCRIPTION.md
|
|
docs/images/user-guide/
|