From 1ca414880202ddae4c2768e5420a2452e5a6e744 Mon Sep 17 00:00:00 2001 From: axetroy Date: Thu, 23 Nov 2017 10:29:42 +0800 Subject: [PATCH] add .yarnclean and .github --- prune.go | 2 ++ 1 file changed, 2 insertions(+) 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.