Correct .gitattributes
I had forgotten to change to , so I just fixed it.
This commit is contained in:
parent
9d96bc0b82
commit
a7923ea96a
4
.gitattributes
vendored
4
.gitattributes
vendored
|
@ -1,7 +1,7 @@
|
||||||
# See https://git-scm.com/docs/gitattributes for more about git attribute files.
|
# See https://git-scm.com/docs/gitattributes for more about git attribute files.
|
||||||
|
|
||||||
# Mark the database schema as having been generated.
|
# Mark the database structure as having been generated.
|
||||||
db/schema.rb linguist-generated
|
db/strucutre.sql linguist-generated
|
||||||
|
|
||||||
# Mark the Yarn lockfile as having been generated.
|
# Mark the Yarn lockfile as having been generated.
|
||||||
yarn.lock linguist-generated
|
yarn.lock linguist-generated
|
||||||
|
|
Loading…
Reference in a new issue