From ea44d46ca980d2c304e1abce708c776633e4a881 Mon Sep 17 00:00:00 2001 From: Kouhai Date: Thu, 24 Nov 2022 18:58:23 -0600 Subject: [PATCH] update gitignore --- .gitignore | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 20f5fc05853..d0451317248 100644 --- a/.gitignore +++ b/.gitignore @@ -5,9 +5,7 @@ # git config --global core.excludesfile '~/.gitignore_global' # Ignore local dotenv overrides -.env.development.local -.env.test.local -.env.production.local +.env.*.local # Ignore bundler config and downloaded libraries. /.bundle @@ -17,8 +15,8 @@ /db/*.sqlite3 /db/*.sqlite3-journal -# Ignore the dev postgres db we created. -/data/postgres*/* +# Ignore local data directory +/data # Ignore all logfiles and tempfiles. .eslintcache