From 849f6aa3d90a5570eff890d15d63f1fe43891652 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Sun, 31 Oct 2021 23:12:25 +0100 Subject: [PATCH] git: Remove external projects from language stats --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..2a7a4fb8f --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +external/** linguist-vendored +plugins/libimhex-rust/imgui-rs/** linguist-vendored +plugins/libimhex-rust/imgui-sys/** linguist-vendored