From 93b90b7abeb408de1845954fe6e985b31b6500a6 Mon Sep 17 00:00:00 2001 From: Abdul Fatir Date: Wed, 22 Oct 2025 15:06:23 +0200 Subject: [PATCH] Treat notebooks as documentation in linguist (#338) *Issue #, if available:* *Description of changes:* This PR updates `.gitattributes` to treat notebooks as documentation rather than code when computing language statistics. See: https://github.com/github-linguist/linguist/issues/3282 By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..2f3392a --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +.ipynb linguist-documentation \ No newline at end of file