.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
*.i text
*.ifc text
*.js text
*.json text
*.md text
*.po text
*.pot text
*.py text
*.sh text eol=lf
*.ts text
*.txt text