spacemacs/.gitignore
Uros Perisic 197d1e4c57 Add .dap-breakpoints and .lsp-session-* to .gitignore.
The `LSP Java` backend produces these tempfiles to preserve session state. The
glob in `lsp-session-*` is needed as multiple session files are produced when
working on multiple projects. There is no reason for these files to be kept
under version control.
2019-04-07 08:57:20 +02:00

67 lines
846 B
Plaintext

auto-save-list/
elpa/
export/
!/core/tools/export/
ac-comphist.dat
eproject.lst
.smex-items
\#*
.places
.directory
.cache
/eww-bookmarks
eshell/history
.emacs.desktop
.emacs.desktop.lock
eshell/alias
eshell/lastdir
forge-database.sqlite
url/*
my-org/
org-files/
semanticdb/
edts/
.recentf
.recentf~
projectile.cache
projectile-bookmarks.eld
tramp
elnode/
var/
crown/
*.stackdump
bookmarks
/.my-keybindings.el.swp
.DS_Store
tmp/
/history
.python-environments/
server/
/network-security.data
*.elc
*.pyc
/*.zip
*.db
python-*-docs-html
/.cask/
/session.*
/srecode-map.el
/recentf
.mc-lists.el
nov-places
workspace
eclipse.jdt.ls
.dap-breakpoints
.lsp-session-*
.trello
# Private directory
private/
!private/README.md
!private/snippets/README.md
!private/templates/README.md
!private/local/README.md
/games/
/doc/COMMUNITY.org
/doc/CONTRIBUTING.org