mirror of
https://github.com/wahyd4/node-prune.git
synced 2026-08-09 05:06:18 +10:00
Add few more unnecessary files to the list
This commit is contained in:
@@ -23,11 +23,19 @@ var DefaultFiles = []string{
|
||||
".gitattributes",
|
||||
".editorconfig",
|
||||
".eslintrc",
|
||||
".eslintrc.js"
|
||||
".eslintignore",
|
||||
".npmignore"
|
||||
".jshintrc",
|
||||
".flowconfig",
|
||||
".documentup.json",
|
||||
".yarn-metadata.json",
|
||||
".travis.yml",
|
||||
"circle.yml",
|
||||
".coveralls.yml"
|
||||
"CHANGES",
|
||||
"CHANGELOG.md",
|
||||
"HISTORY.md",
|
||||
"LICENSE.txt",
|
||||
"LICENSE",
|
||||
"AUTHORS",
|
||||
@@ -54,6 +62,7 @@ var DefaultDirectories = []string{
|
||||
"examples",
|
||||
"coverage",
|
||||
".nyc_output",
|
||||
".circleci"
|
||||
}
|
||||
|
||||
// DefaultExtensions pruned.
|
||||
|
||||
Reference in New Issue
Block a user