Update gitignore

There is a mystery postgres folder and we are going to ignore it
This commit is contained in:
Justin Edmund 2025-02-07 01:29:17 -08:00
parent 11d324efe9
commit 8409fcabcf

3
.gitignore vendored
View file

@ -7,6 +7,9 @@
# Ignore bundler config.
/.bundle
# Ignore mystery Postgres folder
/postgres
# Ignore the default SQLite database.
/db/*.sqlite3
/db/*.sqlite3-journal