Skip to content
代码片段 群组 项目
.dockerignore 952 字节
Newer Older
# `build_from_dir` can't find Dockerfile when `.dockerignore` is "*"
# See https://github.com/swipely/docker-api/issues/484
# Ignore all folders except the one listed at the bottom of this file.
/config/
/coverage/
/gems/
/generator_templates/
/glfm_specification/
/haml_lint/
/jh/
/lib/
/metrics_server/
/sidekiq_cluster/
/tooling/
/vendor/
/workhorse/

!/config/initializers/0_inject_enterprise_edition_module.rb
!/config/feature_flags/
!/config/bundler_setup.rb
!/lib/gitlab_edition.rb
!/lib/gitlab/utils.rb
!/spec/support/fast_quarantine.rb
!/tooling/lib/tooling/fast_quarantine.rb
!/INSTALLATION_TYPE
!/VERSION
!/gems/
!/qa/
!/vendor/gems/

!/ee/app/models/license.rb
!/ee/config/feature_flags/

!/jh/qa/
!/jh/lib/
!/jh/config/feature_flags/