Add *.psql to gitignore
This commit is contained in:
parent
17b66d6903
commit
5fe005e0b2
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -25,6 +25,7 @@ microwaveprop-*.tar
|
|||
|
||||
# Ignore database dumps
|
||||
*.sql
|
||||
*.psql
|
||||
*.dump
|
||||
|
||||
# Dotenv files
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue