Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'qa/gdk/Dockerfile.gdk.dockerignore')
-rw-r--r--qa/gdk/Dockerfile.gdk.dockerignore21
1 files changed, 21 insertions, 0 deletions
diff --git a/qa/gdk/Dockerfile.gdk.dockerignore b/qa/gdk/Dockerfile.gdk.dockerignore
new file mode 100644
index 00000000000..ef1074ed833
--- /dev/null
+++ b/qa/gdk/Dockerfile.gdk.dockerignore
@@ -0,0 +1,21 @@
+.bundle/
+danger/
+doc/
+log/*.log
+node_modules/
+rubocop/
+tmp/*
+
+db/fixtures/
+!db/fixtures/development/01_admin.rb
+!db/fixtures/development/02_application_settings.rb
+!db/fixtures/development/25_api_personal_access_token.rb
+
+ee/db/fixtures/
+!ee/db/fixtures/development/10_license_file.rb
+
+scripts/
+!scripts/frontend
+
+qa/
+!qa/gdk