From fb5a0bbae8d162c56c6aea502352505d95f997be Mon Sep 17 00:00:00 2001 From: Jonas <41116329+jonas-nothnagel@users.noreply.github.com> Date: Thu, 8 May 2025 12:19:21 +0200 Subject: [PATCH] Added .gitattributes Added .gitattributes to properly reflect coding languages used in the repo statistics. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..e776d72 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.ipynb linguist-documentation=true \ No newline at end of file