diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -5,6 +5,8 @@ /.coverage/ flycheck_* projectile-bookmarks.eld +projectile-frecency.eld +/fontaine-latest-state.eld /recentf /backups/ auto-save-list/ @@ -54,6 +56,7 @@ auto-save-list/ /browser-choice.el /calendar-sync.local.el /signal-config.local.el +/google-keep.local.el /client_secret_491339091045-sjje1r54s22vn2ugh45khndjafp89vto.apps.googleusercontent.com.json # reveal.js local clone (managed by scripts/setup-reveal.sh) @@ -84,6 +87,9 @@ history # Data directory (calendar sync output, API rest files) /data/ +# Network Security Manager runtime database (cert fingerprints, written by Emacs) +/network-security.data + # --- elisp ruleset --- *.eln @@ -105,3 +111,7 @@ todo.org # Claude Code: task archive (follows todo file privacy) /archive/task-archive.org +takuzu-stats.eld + +# disposable project-local scratch; active task artifacts live in versioned working/ +/temp/ |
