Skip to content

CI: add CI-specific .gitignore entry

Sergey Kosukhin requested to merge ci-gitignore-dir into master

CI jobs should not create files outside of ${CI_PROJECT_DIR}. GitLab also forbids any caches and artifacts outside of that directory. To reduce maintenance, it's easier to .gitignore a special directory and use it in CI jobs for CI-specific files, which might affect the result of certain checks (e.g. the check for untracked files).

Merge request reports

Loading