th: update gitignore to ignore the pg db we created
This commit is contained in:
parent
5278309ddf
commit
a1196f3955
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
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…
Reference in a new issue