Skip to content
Snippets Groups Projects

Ignore all the git things.

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