summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorDavid Gay <eapoems@riseup.net>2023-10-29 23:19:12 -0400
committerDavid Gay <eapoems@riseup.net>2023-10-29 23:19:12 -0400
commit51d533d19411d07f8e6684468b96ea578ccc2d01 (patch)
treedba80cd8c511959dc2e075595aa5acbcccc6467c /.gitattributes
parent053f3190dab2e8d92e974bce4c1e390f8b6436b8 (diff)
rails new . --css tailwind -d postgresql -a propshaft --skip-jbuilder
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