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.
This commit is contained in:
Uros Perisic 2019-02-03 10:32:56 -08:00 committed by smile13241324
parent 350dbf6373
commit 197d1e4c57
2 changed files with 4 additions and 0 deletions

2
.gitignore vendored
View File

@ -51,6 +51,8 @@ python-*-docs-html
nov-places
workspace
eclipse.jdt.ls
.dap-breakpoints
.lsp-session-*
.trello
# Private directory

View File

@ -1489,6 +1489,8 @@ Other:
- Fixed yanking types (thanks to Bjarke Vad Andersen)
- Fixed gtags related initialization (thanks to Guido Kraemer)
- Added LSP Java backend (thanks to Ivan Yonchovski)
- Add =.dap-breakpoints= and =.lsp-session-*= (java lsp tempfiles) to .gitignore
(thanks to Uroš Perišić)
**** Javascript
- Leverage js-doc Yasnippet integration if available (thanks to Andriy Kmit')
- Added LSP support, which can be used by enabling the =lsp= layer and setting