From 160a513bfd425b09489b344dc49b2b67f273417c Mon Sep 17 00:00:00 2001 From: John Mertz Date: Wed, 20 Jul 2022 19:36:28 -0400 Subject: [PATCH] Update .gitignore Ignore NeoVim plugins and temporary files --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..0b62b1196 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +nvim/autoload +nvim/plugins +nvim/shada +nvim/swap