Commit bd631f1b authored by Michael Bisbjerg's avatar Michael Bisbjerg Committed by Evan Read

`untracked: true` does not adhere to .gitignore, see gitlab-org/gitlab-runner#3378

parent 250f6ad2
...@@ -1235,8 +1235,7 @@ job: ...@@ -1235,8 +1235,7 @@ job:
to the paths defined in `artifacts:paths`). to the paths defined in `artifacts:paths`).
NOTE: **Note:** NOTE: **Note:**
To exclude the folders/files which should not be a part of `untracked` just `artifacts:untracked` ignores configuration in the repository's `.gitignore` file.
add them to `.gitignore`.
Send all Git untracked files: Send all Git untracked files:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment