From cdf870dd4f94afcdbcf2e02e84e899565471ddf6 Mon Sep 17 00:00:00 2001 From: evilsocket Date: Sat, 15 Mar 2025 00:18:00 +0100 Subject: [PATCH] misc: small fix or general refactoring i did not bother commenting --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..e236489d --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +*.js linguist-vendored +/Dockerfile linguist-vendored +/release.py linguist-vendored +/**/*.js linguist-vendored \ No newline at end of file