Update .gitignore with a bunch of files i shouldn’t commit to the repo
This commit is contained in:
parent
a633b2b282
commit
23c7c2cd4b
17
.gitignore
vendored
17
.gitignore
vendored
@ -19,6 +19,10 @@
|
|||||||
/var/
|
/var/
|
||||||
/anaconda-mode/
|
/anaconda-mode/
|
||||||
/.last-package-update-day
|
/.last-package-update-day
|
||||||
|
/eln-cache
|
||||||
|
/.lsp-session-v1
|
||||||
|
/.dap-breakpoints
|
||||||
|
/elpy
|
||||||
|
|
||||||
# All hail use-package!
|
# All hail use-package!
|
||||||
/elpa/
|
/elpa/
|
||||||
@ -42,3 +46,16 @@
|
|||||||
|
|
||||||
# Forge database
|
# Forge database
|
||||||
/forge-database.sqlite
|
/forge-database.sqlite
|
||||||
|
/forge-database-v*.sql
|
||||||
|
|
||||||
|
# request.el cookie jars
|
||||||
|
/request/curl-cookie-jar
|
||||||
|
|
||||||
|
# Quelpa stuff
|
||||||
|
/quelpa
|
||||||
|
|
||||||
|
# Transient history
|
||||||
|
/transient/history.el
|
||||||
|
|
||||||
|
# Mastodon token list
|
||||||
|
/mastodon.plstore
|
||||||
|
Loading…
Reference in New Issue
Block a user