forked from treehouse/mastodon
update gitignore to ignore the pg db we created
parent
59b831de9b
commit
74c54af904
|
@ -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 New Issue