update gitignore to ignore the pg db we created

setup-instructions
Rin 2022-11-21 19:33:13 +11:00
parent 31978dd1b2
commit 5f2752d57b
Signed by untrusted user: Rin
GPG Key ID: 0C8733C13A7E1293
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -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/*