From e7d5cba01bb6a347fe936a1962dcfc638515d24d Mon Sep 17 00:00:00 2001 From: Chili Palmer Date: Thu, 2 Jul 2026 10:27:57 +0200 Subject: [PATCH] chore: mark downloaded JS files as such for gitea --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..09698ca --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Downloaded JS — exclude from language detection +priv/**/*.js linguist-vendored=true