diff options
| author | Craig Jennings <c@cjennings.net> | 2026-05-27 01:19:55 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-05-27 01:19:55 -0500 |
| commit | bb78d88be0382db8e0f946c0175897c37159f0d7 (patch) | |
| tree | 519155c8f3049bdd48c279e3aaf00d00b8ff4a51 | |
| parent | 1f362535a109939081a9a65a4601add87afc052d (diff) | |
| download | org-drill-bb78d88be0382db8e0f946c0175897c37159f0d7.tar.gz org-drill-bb78d88be0382db8e0f946c0175897c37159f0d7.zip | |
chore: gitignore the inbox dir and editor backup files
inbox/ holds local Claude handoff files and *~ are Emacs backups; neither belongs in the repo.
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -11,5 +11,7 @@ org-drill.html todo.org /.ai/ +/inbox/ /.coverage/ /*-autoloads.el +*~ |
