th: update gitignore to ignore the pg db we created

th-downstream
Rin 2 years ago committed by Gitea
parent 5278309ddf
commit a1196f3955

3
.gitignore vendored

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

Loading…
Cancel
Save