From 97363633cac6982cbafd1884b529df397ff52164 Mon Sep 17 00:00:00 2001 From: TJ Holowaychuk Date: Sat, 18 Nov 2017 17:48:52 -0800 Subject: [PATCH] add more files to the blacklist --- prune.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/prune.go b/prune.go index 13912d4..c07a680 100644 --- a/prune.go +++ b/prune.go @@ -25,8 +25,9 @@ var DefaultFiles = []string{ ".flowconfig", ".documentup.json", ".yarn-metadata.json", - ".*.yml", - "*.yml", + ".travis.yml", + "LICENSE.txt", + "LICENSE", } // DefaultDirectories pruned.