.gitattributes: mark .sql files as text

This commit is contained in:
Sybren A. Stüvel 2024-05-20 19:26:33 +02:00
parent c307342f9d
commit 422708fffc

1
.gitattributes vendored
View File

@ -19,6 +19,7 @@
*.md text *.md text
*.py text *.py text
*.sh text *.sh text
*.sql text
*.svg text *.svg text
*.toml text *.toml text
*.txt text *.txt text