From ed7e701f924bcfdab39098bc33b3b3fbe85990a1 Mon Sep 17 00:00:00 2001 From: derekstride Date: Thu, 9 Nov 2023 14:44:35 -0500 Subject: [PATCH] Remove gitattributes In #100 we removed the generated files an publish them via GitHub pages. Since then we've added a custom src/scanner.c file that is being treated as a generated file on GitHub due to the .gitattributes file. Since it's no longer needed, I've removing it. --- .gitattributes | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index 980f8c01..00000000 --- a/.gitattributes +++ /dev/null @@ -1,3 +0,0 @@ -src/** linguist-generated -binding.gyp linguist-generated -bindings/** linguist-generated