Initialize rails app
This commit is contained in:
parent
fd82adc73e
commit
64fb080e96
235 changed files with 1443 additions and 14584 deletions
16
.gitattributes
vendored
16
.gitattributes
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue