Skip to content

Ignore config/Gitlab.gitlab-license file

Michał Zając requested to merge ignore-default-gitlab-license-file into master

What does this MR do?

Ignore config/Gitlab.gitlab-license file.

ee/lib/tasks/gitlab/license.rake tries to load Settings.source.dirname + 'Gitlab.gitlab-license' which expands to config/Gitlab.gitlab-license for a default GDK installation.

This file should be ignored so developers can put their license files in config directory and not worry about committing the file.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Merge request reports