Initialize rails app

This commit is contained in:
Roscoe 2025-09-20 03:31:27 +01:00
commit 64fb080e96
Signed by: RoscoeDaWah
SSH key fingerprint: SHA256:Hqn452XQ1ETzUt/FthJu6+OFkS4NBxCv5VQSEvuk7CE
235 changed files with 1443 additions and 14584 deletions

16
.gitattributes vendored
View file

@ -1,11 +1,9 @@
* text=auto eol=lf
# See https://git-scm.com/docs/gitattributes for more about git attribute files.
*.blade.php diff=html
*.css diff=css
*.html diff=html
*.md diff=markdown
*.php diff=php
# Mark the database schema as having been generated.
db/schema.rb linguist-generated
/.github export-ignore
CHANGELOG.md export-ignore
.styleci.yml export-ignore
# Mark any vendored files as having been vendored.
vendor/* linguist-vendored
config/credentials/*.yml.enc diff=rails_credentials
config/credentials.yml.enc diff=rails_credentials