diff options
author | Shlee <github@shl.ee> | 2021-12-07 04:04:04 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-06 18:04:04 +0100 |
commit | 211958e8b8b16df2ada83cb8526bbc4b6c6d9f28 (patch) | |
tree | 978c300ddbd808aa59304e75c7ea286bf348f221 | |
parent | 41503507ec34175a759e5ae7c04fc2afb77ff2b7 (diff) |
Update .dockerignore/.gitignore for #16947 etc (#17099)
* Update .dockerignore * Update .gitignore
-rw-r--r-- | .dockerignore | 1 | ||||
-rw-r--r-- | .gitignore | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore index 52397e75d..fedbea236 100644 --- a/.dockerignore +++ b/.dockerignore @@ -15,6 +15,7 @@ vendor/bundle *.swp *~ postgres +postgres14 redis elasticsearch chart diff --git a/.gitignore b/.gitignore index b4d2712ff..25c8388e1 100644 --- a/.gitignore +++ b/.gitignore @@ -40,6 +40,7 @@ # Ignore postgres + redis + elasticsearch volume optionally created by docker-compose /postgres +/postgres14 /redis /elasticsearch |