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.