update gitignore to ignore the pg db we created

pull/19/head
Rin 2022-11-21 19:33:13 +11:00 committed by Gitea
parent 59b831de9b
commit 74c54af904
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/*