diff options
author | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-05-29 15:31:29 -0400 |
---|---|---|
committer | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-05-29 15:31:29 -0400 |
commit | 49977d8f95f8c8aa3b3efd329ca5b709256a7e80 (patch) | |
tree | d092d7a8c12f5bf5c5b16d594a2f69ac34b37688 /.gitignore | |
parent | Use `org-roam-ui` for knowledgebase visualization (diff) | |
download | mmosmacs-49977d8f95f8c8aa3b3efd329ca5b709256a7e80.tar.gz mmosmacs-49977d8f95f8c8aa3b3efd329ca5b709256a7e80.tar.bz2 mmosmacs-49977d8f95f8c8aa3b3efd329ca5b709256a7e80.zip |
Add `eshell/` to `.gitignore`
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ auto-save-list/ | |||
2 | bookmarks | 2 | bookmarks |
3 | .cache/ | 3 | .cache/ |
4 | eln-cache/ | 4 | eln-cache/ |
5 | eshell/ | ||
5 | org-roam.db | 6 | org-roam.db |
6 | projectile.cache | 7 | projectile.cache |
7 | projectile-bookmarks.eld | 8 | projectile-bookmarks.eld |