From 051ec50e874cffec74a143ca35ace57ddc2f1869 Mon Sep 17 00:00:00 2001 From: SatsAllDay <128755788+SatsAllDay@users.noreply.github.com> Date: Wed, 20 Mar 2024 12:13:22 -0400 Subject: [PATCH] Remove leading dash to opt-in to being treated as vendor code (#942) --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 2f5debbe..8197445c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ -docker/db/seed.sql -linguist-vendored \ No newline at end of file +docker/db/seed.sql linguist-vendored \ No newline at end of file