mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-07-20 16:46:17 +00:00
61 lines
952 B
Plaintext
61 lines
952 B
Plaintext
# `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.
|
|
/.git/
|
|
/app/
|
|
/bin/
|
|
/builds/
|
|
/changelogs/
|
|
/config/
|
|
/coverage/
|
|
/danger/
|
|
/data/
|
|
/db/
|
|
/doc/
|
|
/ee/
|
|
/file_hooks/
|
|
/fixtures/
|
|
/gems/
|
|
/generator_templates/
|
|
/glfm_specification/
|
|
/haml_lint/
|
|
/jh/
|
|
/lib/
|
|
/locale/
|
|
/log/
|
|
/metrics_server/
|
|
/node_modules/
|
|
/patches/
|
|
/public/
|
|
/qa/
|
|
/rubocop/
|
|
/scripts/
|
|
/shared/
|
|
/sidekiq_cluster/
|
|
/spec/
|
|
/storybook/
|
|
/tmp/
|
|
/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/
|