From eb6a0fa7fe0aee77aa70093bb57d1c2cde22db2b Mon Sep 17 00:00:00 2001 From: David Florness Date: Sat, 30 May 2020 19:57:02 -0600 Subject: [PATCH] Ignore lsp sessions file --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 401863a..a1adf75 100644 --- a/.gitignore +++ b/.gitignore @@ -56,4 +56,5 @@ projectile-bookmarks.eld abbrev_defs bookmarks /straight/ -/transient/ \ No newline at end of file +/transient/ +.lsp-session-v1 -- 2.38.4