th: update gitignore to ignore the pg db we created

This commit is contained in:
Rin 2022-11-21 19:33:13 +11:00 committed by Gitea
parent 5278309ddf
commit a1196f3955

3
.gitignore vendored
View file

@ -12,6 +12,9 @@
/db/*.sqlite3 /db/*.sqlite3
/db/*.sqlite3-journal /db/*.sqlite3-journal
# Ignore the dev postgres db we created.
/data/postgres15/*
# Ignore all logfiles and tempfiles. # Ignore all logfiles and tempfiles.
.eslintcache .eslintcache
/log/* /log/*