From 8409fcabcfb28ab5b45958fda4ecf994bb67da12 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Fri, 7 Feb 2025 01:29:17 -0800 Subject: [PATCH] Update gitignore There is a mystery postgres folder and we are going to ignore it --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 7f0b053..03b1322 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,9 @@ # Ignore bundler config. /.bundle +# Ignore mystery Postgres folder +/postgres + # Ignore the default SQLite database. /db/*.sqlite3 /db/*.sqlite3-journal