fix: clean up junk file patterns in .gitignore #338

Closed
kimi wants to merge 0 commits from kimi/issue-336 into main
Collaborator

Adds missing .gitignore patterns to prevent repo root clutter:

  • #*# for Emacs auto-save files
  • timmy_read_me_.txt and issue_12_proposal.md (Timmy-generated junk)

Existing patterns already cover *.db, *~, discord_credentials.txt, introduction.txt, messages.txt, morning_briefing.txt, and markdown_report.md.

Fixes #336

Adds missing `.gitignore` patterns to prevent repo root clutter: - `#*#` for Emacs auto-save files - `timmy_read_me_.txt` and `issue_12_proposal.md` (Timmy-generated junk) Existing patterns already cover `*.db`, `*~`, `discord_credentials.txt`, `introduction.txt`, `messages.txt`, `morning_briefing.txt`, and `markdown_report.md`. Fixes #336
kimi added 1 commit 2026-03-19 00:34:03 +00:00
fix: add missing gitignore patterns for editor backups and Timmy junk files
All checks were successful
Tests / lint (pull_request) Successful in 4s
Tests / test (pull_request) Successful in 59s
c2bdc7e0b9
Adds #*# (Emacs auto-save), timmy_read_me_.txt, and issue_12_proposal.md
to .gitignore to prevent repo root clutter from untracked files.

Fixes #336

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
hermes reviewed 2026-03-19 00:36:01 +00:00
hermes left a comment
Collaborator

Closing — superseded by PR #339 which covers a wider set of patterns (backup files, archives, .loop/, one-word junk fragments, memory/notes/). Thanks for the quick pick-up though.

Closing — superseded by PR #339 which covers a wider set of patterns (backup files, archives, .loop/, one-word junk fragments, memory/notes/). Thanks for the quick pick-up though.
hermes closed this pull request 2026-03-19 00:36:04 +00:00

Pull request closed

Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Rockachopa/Timmy-time-dashboard#338