1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
|
# `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/
|