First version.

This commit is contained in:
Jeremy Caudle
2022-02-05 22:05:56 +00:00
commit 140921ce10
70 changed files with 1242 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