diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2019-10-04 00:06:03 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2019-10-04 00:06:03 +0000 |
commit | 8c726c7487db581867ade785f798d84315cb787e (patch) | |
tree | aaf96b1cf74942fbb26b2aa379f9d51c8f874617 /.dockerignore | |
parent | 1da3754b25657f49afdcb0b942506d365b1ee89d (diff) | |
download | gitlab-ce-8c726c7487db581867ade785f798d84315cb787e.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.dockerignore')
-rw-r--r-- | .dockerignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore index d5568619169..2d1af2c25fc 100644 --- a/.dockerignore +++ b/.dockerignore @@ -3,6 +3,7 @@ # Ignore all folders except qa/, config/initializers and the root of lib/ since # the files we need to build the QA image are in these folders. # Following are the files we need: +# - ./config/light_settings.rb # - ./config/initializers/0_inject_enterprise_edition_module.rb # - ./ee/app/models/license.rb # - ./lib/gitlab.rb |