Browse Source

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

* Update .dockerignore

* Update .gitignore
closed-social-glitch-2
Shlee 2 years ago
committed by GitHub
parent
commit
211958e8b8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      .dockerignore
  2. +1
    -0
      .gitignore

+ 1
- 0
.dockerignore View File

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

+ 1
- 0
.gitignore View File

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

Loading…
Cancel
Save