Skip to content

artifacts ignore paths

Currently you can set paths that will be included in the artifact. Simply adding a path like ./ will result in a archive containing the complete project. In this case it could be usefull to have a ignore function that will ignore paths.

Something like:

artifacts:
  paths:
  - binaries/
  ignored_paths:
  - bower_components/