From 119a08ccfd3146166e1ae37612726db61549c54f Mon Sep 17 00:00:00 2001 From: Loic Coyle Date: Wed, 4 Sep 2024 17:14:13 +0200 Subject: [PATCH] chore: fix languages with a .gitattributes --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..94d4d2b --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +notebooks/* linguist-documentation +docs/* linguist-documentation