.gitattributes: mark js and ts files as text

This commit is contained in:
Andrej730
2026-09-15 12:23:45 +05:00
parent a63f5b6f60
commit 50c16dc6ff
+2
View File
@@ -32,12 +32,14 @@
*.html text *.html text
*.i text *.i text
*.ifc text *.ifc text
*.js text
*.json text *.json text
*.md text *.md text
*.po text *.po text
*.pot text *.pot text
*.py text *.py text
*.sh text eol=lf *.sh text eol=lf
*.ts text
*.txt text *.txt text