fj/.gitignore
Stephen Way 61cfd85254
Some checks are pending
ci / check (push) Waiting to run
chore: gitignore release build artifacts and local Claude state
dist/v*/ holds tarballs/SHAs we upload to Forgejo releases, not source.
.claude/settings.local.json is per-machine allow-list state that
shouldn't travel with the repo.

Removes the artifacts that slipped into the previous commit.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-13 15:47:55 -07:00

15 lines
211 B
Plaintext

/target
**/*.rs.bk
Cargo.lock.bak
.DS_Store
.idea/
.vscode/
*.swp
*.swo
# Release build outputs (uploaded to Forgejo releases, never tracked)
/dist/v*/
# Local Claude / agent state
.claude/settings.local.json