Ignore lsp-generated files
This commit is contained in:
parent
aaedc8537c
commit
3f3f07e6b9
2 changed files with 3 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -28,3 +28,5 @@ prelude-cheatsheet.aux
|
|||
prelude-cheatsheet.log
|
||||
transient/
|
||||
var/
|
||||
.cache/
|
||||
.lsp-session*
|
||||
|
|
|
@ -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…
Reference in a new issue