From 52fbaae9ef376ced1029123fc0b7eb17ad23728b Mon Sep 17 00:00:00 2001 From: foreverpyrite <51493121+ForeverPyrite@users.noreply.github.com> Date: Mon, 8 Sep 2025 16:03:10 -0400 Subject: [PATCH] Moving gitignore to a more appropriate location and testing things to figure out why there is desync despite github saying we are balling --- .gitignore | 9 ++++++++- nvim/.gitignore | 8 -------- 2 files changed, 8 insertions(+), 9 deletions(-) delete mode 100644 nvim/.gitignore diff --git a/.gitignore b/.gitignore index a159cad..97ed828 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,9 @@ -# For some reason, btop has it's log in the .config dir +tt.* +.tests +doc/tags +debug +.repro +foo.* *.log +data +.aider* diff --git a/nvim/.gitignore b/nvim/.gitignore deleted file mode 100644 index cc5457a..0000000 --- a/nvim/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -tt.* -.tests -doc/tags -debug -.repro -foo.* -*.log -data