mirror of
https://github.com/wahyd4/node-prune.git
synced 2026-08-09 05:06:18 +10:00
Added more files in the node ecosystem (#59)
This commit is contained in:
committed by
TJ Holowaychuk
parent
af886aad50
commit
710bf6158b
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user