Correct .gitattributes

I had forgotten to change  to , so I just fixed it.
This commit is contained in:
Luna 2021-09-13 18:03:37 -04:00
parent 9d96bc0b82
commit a7923ea96a
Signed by: luna
GPG Key ID: C8DA627859769F68
1 changed files with 2 additions and 2 deletions

4
.gitattributes vendored
View File

@ -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