From 43e6ab33d128dc0303a5b534c5fc83e4eec7f76f Mon Sep 17 00:00:00 2001 From: Thomas Reggi Date: Fri, 1 Dec 2017 10:13:41 -0500 Subject: [PATCH] added .appveyor.yml (#43) as seen in https://github.com/GoogleChrome/puppeteer --- prune.go | 1 + 1 file changed, 1 insertion(+) diff --git a/prune.go b/prune.go index 703052a..13b7336 100644 --- a/prune.go +++ b/prune.go @@ -53,6 +53,7 @@ var DefaultFiles = []string{ ".babelrc", ".yo-rc.json", "jest.config.js", + ".appveyor.yml", "tsconfig.json", }