From e9ff05877056f4065fac9327f98845cb6fd892fd Mon Sep 17 00:00:00 2001 From: Stephen Griffin Date: Tue, 12 Nov 2024 13:46:55 -0500 Subject: [PATCH] hide python type files --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..61c4cc0 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +binding.gyp -linguist-detectable +scripts/** -linguist-detectable \ No newline at end of file