From 8f7b9c363f8c0d92d58fb232430a9ddb8bff9bcd Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Mon, 15 Apr 2024 19:41:25 -0400 Subject: [PATCH] Ignore NeoVim logs --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f4f5948..d5bb85d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /secrets /configs/remmina -__pycache__ \ No newline at end of file +__pycache__ +.nvimlog \ No newline at end of file