feat: Add postgres to .gitignore and update subproject commit

This commit is contained in:
Keisuke Hirata 2024-08-25 10:14:04 +09:00
parent 64d3e51311
commit 6c23d0631b
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
node_modules node_modules
postgres
# Output # Output
.output .output

View File

@ -0,0 +1 @@