From 422708fffc688dac2739dbb670ff7122a9fdf0c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Mon, 20 May 2024 19:26:33 +0200 Subject: [PATCH] .gitattributes: mark .sql files as text --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index be4a1f41..7fddec77 100644 --- a/.gitattributes +++ b/.gitattributes @@ -19,6 +19,7 @@ *.md text *.py text *.sh text +*.sql text *.svg text *.toml text *.txt text