From b3c6252dc07e8339e63f3f1c9726e2200ef3a279 Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Sat, 24 Feb 2024 20:46:51 +0100 Subject: [PATCH] Setup --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..18c56f6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +# Ignore All +* + +# Include .gitignore +!.gitignore + +# Include NVim +!nvim/**/*