diff options
| author | Craig Jennings <c@cjennings.net> | 2024-04-07 13:41:34 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2024-04-07 13:41:34 -0500 |
| commit | 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 (patch) | |
| tree | f1190704f78f04a2b0b4c977d20fe96a828377f1 /.gitignore | |
new repository
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..56a98c92 --- /dev/null +++ b/.gitignore @@ -0,0 +1,39 @@ +.git +*.cache +.cache/ +/eln-cache/ +projectile-bookmarks.eld +/recentf +/backups/ +auto-save-list/ +/org-roam.db +/dirvish/ +/transient/ +/.org-id-locations +/.pdf-view-restore +/tramp +/nov-places +/tree-sitter/ +/url/ +/eshell/history +/eshell/lastdir +/tldr/ +/.lsp-session-v1 +*.elc +/elpa/tree-sitter-langs-*/bin/ +/elpa/pdf-tools-*/epdfinfo +/.persistent-scratch +/elpa/ +/eshell/ +/erc/ +/crossword/ +/games/ +/projects +/tramp-connection-history +/var/ +/request/ +/.elpa-mirror/ +/ielm-history.eld +/.elpa-mirrors/ +/forge-database.sqlite +/.scratch |
