diff options
author | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-05-16 00:28:46 -0400 |
---|---|---|
committer | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-05-16 00:28:46 -0400 |
commit | 9941c4eadf33627ba964bfc4ed1d000d75449077 (patch) | |
tree | db9b5514039fc81c206e345254eecbe86bba3e72 /.gitignore | |
parent | PR #24: Merge `project-repo-management` branch to `stable` branch (diff) | |
download | mmosmacs-9941c4eadf33627ba964bfc4ed1d000d75449077.tar.gz mmosmacs-9941c4eadf33627ba964bfc4ed1d000d75449077.tar.bz2 mmosmacs-9941c4eadf33627ba964bfc4ed1d000d75449077.zip |
* .gitignore:
Move `org-roam.db` back to `~/.emacs.d/`
It wasn't the best of ideas to sync `org-roam.db` between all my
computers apparently. I'll just move it back before anyone notices.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ | |||
1 | auto-save-list/ | 1 | auto-save-list/ |
2 | bookmarks | 2 | bookmarks |
3 | eln-cache/ | 3 | eln-cache/ |
4 | org-roam.db | ||
4 | projectile.cache | 5 | projectile.cache |
5 | projectile-bookmarks.eld | 6 | projectile-bookmarks.eld |
6 | projectile-known-projects.eld | 7 | projectile-known-projects.eld |