Update .dockerignore/.gitignore for #16947 etc (#17099)

* Update .dockerignore

* Update .gitignore
This commit is contained in:
Shlee 2021-12-07 04:04:04 +11:00 committed by GitHub
parent 41503507ec
commit 211958e8b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,7 @@ vendor/bundle
*.swp
*~
postgres
postgres14
redis
elasticsearch
chart

1
.gitignore vendored
View File

@ -40,6 +40,7 @@
# Ignore postgres + redis + elasticsearch volume optionally created by docker-compose
/postgres
/postgres14
/redis
/elasticsearch