summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorDavid Gay <eapoems@riseup.net>2024-04-13 19:24:03 -0400
committerDavid Gay <eapoems@riseup.net>2024-04-13 19:31:46 -0400
commit682488dc179cfe1ae8d6649e4b711533a8abfdda (patch)
treead8e6cc912bc583c381d909cb794663e43be8062 /.gitattributes
rails new --asset-pipeline=propshaft --skip-jbuilder --skip-action-mailer --skip-action-mailbox -d postgresql
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes9
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..8dc4323
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,9 @@
+# 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
+config/credentials/*.yml.enc diff=rails_credentials
+config/credentials.yml.enc diff=rails_credentials