From 2d1443da4ffc28ad537157b058669bed6d58e0d2 Mon Sep 17 00:00:00 2001 From: Matchu Date: Fri, 27 Oct 2023 17:44:12 -0700 Subject: [PATCH] Add .env.* to gitignore Just a little affordance to help me connect to the production database to try to reproduce the memory issues locally! --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 38a893ec..183ccfbd 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ db/*.sqlite3 log/*.log tmp/**/* .env +.env.* /app/assets/builds/* !/app/assets/builds/.keep