From 50c16dc6ff0ba1b987af45f4afb55667e6bf3a85 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Tue, 15 Sep 2026 12:23:45 +0500 Subject: [PATCH] .gitattributes: mark js and ts files as text --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 720b232cbb..9638416029 100644 --- a/.gitattributes +++ b/.gitattributes @@ -32,12 +32,14 @@ *.html text *.i text *.ifc text +*.js text *.json text *.md text *.po text *.pot text *.py text *.sh text eol=lf +*.ts text *.txt text