Add git config files

This commit is contained in:
0x8664b2
2022-08-23 13:01:24 -07:00
parent 808ff56abc
commit d127e10a78
2 changed files with 45 additions and 0 deletions

7
.gitattributes vendored Normal file
View File

@@ -0,0 +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 any vendored files as having been vendored.
vendor/* linguist-vendored