From 74c54af9046474ad1550a17770d64508b0de8366 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 7d76b82751..75b04cb99b 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/*