From a7923ea96a23b513171e74989432026bfbc1f693 Mon Sep 17 00:00:00 2001 From: lunaisnotaboy Date: Mon, 13 Sep 2021 18:03:37 -0400 Subject: [PATCH] Correct .gitattributes I had forgotten to change to , so I just fixed it. --- .gitattributes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 905c98d..49d9b8b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,7 +1,7 @@ # See https://git-scm.com/docs/gitattributes for more about git attribute files. -# Mark the database schema as having been generated. -db/schema.rb linguist-generated +# Mark the database structure as having been generated. +db/strucutre.sql linguist-generated # Mark the Yarn lockfile as having been generated. yarn.lock linguist-generated