Skip to content
Snippets Groups Projects

Ignore all the git things.

@@ -344,8 +344,10 @@ stages:
expose_as: "web-vendor"
when: always
exclude:
- .git
- .git/**/*
- ".git"
- ".git/**/*"
- "vendor/**/.git"
- "vendor/**/.git/*"
paths:
- .
reports:
Loading