mirror of
https://github.com/wahyd4/node-prune.git
synced 2026-08-09 05:06:18 +10:00
Merge pull request #37 from yarossia/patch-3
add more filenames to remove
This commit is contained in:
@@ -18,13 +18,20 @@ var DefaultFiles = []string{
|
||||
"Makefile",
|
||||
"Gulpfile.js",
|
||||
"Gruntfile.js",
|
||||
"gulpfile.js",
|
||||
".DS_Store",
|
||||
".tern-project",
|
||||
".gitattributes",
|
||||
".editorconfig",
|
||||
".eslintrc",
|
||||
"eslint",
|
||||
".eslintrc.js",
|
||||
".eslintrc.json",
|
||||
".eslintignore",
|
||||
".stylelitrc",
|
||||
".htmllintrc",
|
||||
"htmllint.js",
|
||||
".lint",
|
||||
".npmignore",
|
||||
".jshintrc",
|
||||
".flowconfig",
|
||||
@@ -32,6 +39,7 @@ var DefaultFiles = []string{
|
||||
".yarn-metadata.json",
|
||||
".travis.yml",
|
||||
"appveyor.yml",
|
||||
".gitlab-ci.yml",
|
||||
"circle.yml",
|
||||
".coveralls.yml",
|
||||
"CHANGES",
|
||||
|
||||
Reference in New Issue
Block a user