diff options
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/.gitattributes b/.gitattributes index fcb21d3..8dc4323 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 |