From 021efbe11404ce402ac7da9ffc05a643806bb261 Mon Sep 17 00:00:00 2001 From: sickprodigy Date: Sat, 13 Jun 2026 18:24:51 -0400 Subject: [PATCH] fix: having issues with .git/ folder getting scanned now, so adding this here. wasn't working adding with /.git/ folder --- .ndignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .ndignore diff --git a/.ndignore b/.ndignore new file mode 100644 index 0000000..c16b00e --- /dev/null +++ b/.ndignore @@ -0,0 +1,2 @@ +.git/ +.git/** \ No newline at end of file