clean_build_artifacts¶
Deletes files created as result of running gym, cert, sigh or download_dsyms
This action deletes the files that get created in your repo as a result of running the gym and sigh commands. It doesn't delete the
fastlane/report.xml
though, this is probably more suited for the .gitignore.
Useful if you quickly want to send out a test build by dropping down to the command line and typing something likefastlane beta
, without leaving your repo in a messy state afterwards.
clean_build_artifacts | |
---|---|
Supported platforms | ios, mac |
Author | @lmirosevic |
1 Example¶
clean_build_artifacts
Parameters¶
Key | Description | Default |
---|---|---|
exclude_pattern |
Exclude all files from clearing that match the given Regex pattern: e.g. '.*.mobileprovision' |
* = default value is dependent on the user's system
To show the documentation in your terminal, run
fastlane action clean_build_artifacts