From 6fcf701b78eda1b233f7e93561f6227d83981a2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= <thomas94@gmx.net> Date: Tue, 16 Aug 2022 14:11:22 +0200 Subject: [PATCH] Ignore notebooks for language statistics (logs inflate the line count) --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..059f1e9 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +/notebooks/* linguist-vendored -- GitLab