Used to filter specific files and directories that aren't needed in the deploy phase.
exclude
(required) Files or directories to exclude
Exclude git directory
- build:
- steps:
- copy-to-ouput:
exclude: .git
The MIT License (MIT)
- Use $PWD instead of $WERCKER_ROOT
- Initial release