From 5f2752d57b72dad9efd4d1c378ae626ef41cc51f Mon Sep 17 00:00:00 2001 From: Rin Date: Mon, 21 Nov 2022 19:33:13 +1100 Subject: [PATCH] update gitignore to ignore the pg db we created --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 7d76b827511..75b04cb99b0 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,9 @@ /db/*.sqlite3 /db/*.sqlite3-journal +# Ignore the dev postgres db we created. +/data/postgres15/* + # Ignore all logfiles and tempfiles. .eslintcache /log/*