diff --git a/prune.go b/prune.go index 445be9c..1fc442e 100644 --- a/prune.go +++ b/prune.go @@ -39,6 +39,7 @@ var DefaultFiles = []string{ "AUTHORS", "CONTRIBUTORS", ".yarn-integrity", + ".yarnclean", } // DefaultDirectories pruned. @@ -61,6 +62,7 @@ var DefaultDirectories = []string{ "coverage", ".nyc_output", ".circleci", + ".github", } // DefaultExtensions pruned.