From 710bf6158bd13afba768fb2764820aa0b78b80ab Mon Sep 17 00:00:00 2001 From: Youngrok Kim Date: Tue, 19 Feb 2019 19:37:04 +0900 Subject: [PATCH] Added more files in the node ecosystem (#59) --- prune.go | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/prune.go b/prune.go index efa5410..90c6e38 100644 --- a/prune.go +++ b/prune.go @@ -15,6 +15,7 @@ import ( // // Copied from yarn (mostly). var DefaultFiles = []string{ + "Jenkinsfile", "Makefile", "Gulpfile.js", "Gruntfile.js", @@ -38,6 +39,7 @@ var DefaultFiles = []string{ ".htmllintrc", "htmllint.js", ".lint", + ".npmrc" ".npmignore", ".jshintrc", ".flowconfig", @@ -69,8 +71,17 @@ var DefaultFiles = []string{ ".yo-rc.json", "jest.config.js", "karma.conf.js", + "wallaby.js", + "wallaby.conf.js", + ".prettierrc", + ".prettierrc.yml", + ".prettierrc.toml", + ".prettierrc.js", + ".prettierrc.json", + "prettier.config.js", ".appveyor.yml", "tsconfig.json", + "tslint.json", } // DefaultDirectories pruned.