Browse Source

Ignore lsp-generated files

custom
Fidel Ramos 5 years ago
committed by Bozhidar Batsov
parent
commit
3f3f07e6b9
  1. 2
      .gitignore
  2. 1
      CHANGELOG.md

2
.gitignore

@ -28,3 +28,5 @@ prelude-cheatsheet.aux
prelude-cheatsheet.log
transient/
var/
.cache/
.lsp-session*

1
CHANGELOG.md

@ -28,6 +28,7 @@
* Use `lsp-workspace-restart` function instead of deprecated `lsp-restart-workspace`.
* Bind all online search commands under `C-c C-/` to avoid a conflict with `counsel-git` or `magit-file-dispatch`.
* Bound `magit-file-mode` to `C-c g` (it's also bound to `C-c M-g` if you decide to utilize this keybinding for something else.
* Added `.cache/` and `lsp-session*` to `.gitignore`. These are generated by `lsp`.
### Bugs fixed

Loading…
Cancel
Save