Skip to content

Ignore .DS_Store, sqlite databases, and dummy tmp/storage - #86

Merged
kanejamison merged 1 commit into
mainfrom
chore/issue-68-gitignore
Aug 28, 2026
Merged

Ignore .DS_Store, sqlite databases, and dummy tmp/storage#86
kanejamison merged 1 commit into
mainfrom
chore/issue-68-gitignore

Conversation

@kanejamison

Copy link
Copy Markdown
Owner

Adds missing junk-file patterns to .gitignore.

Changes

  • Ignore .DS_Store, *.sqlite3 / *.sqlite3-*, /test/dummy/tmp/, and /test/dummy/storage/ so macOS artifacts and dummy-app runtime files can't be committed accidentally.

QA Notes

No tracked files match these patterns, so nothing is removed from the repo.

Closes #68

🤖 Generated with Claude Code

https://claude.ai/code/session_01MSumqtaUuj2UhU4Wtm1C1H

@kanejamison
kanejamison merged commit 8d8b1fd into main Aug 28, 2026
4 checks passed
@kanejamison
kanejamison deleted the chore/issue-68-gitignore branch August 28, 2026 22:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add .DS_Store, sqlite, and dummy tmp/storage to .gitignore

1 participant