Merge pull request #37 from yarossia/patch-3

add more filenames to remove
This commit is contained in:
TJ Holowaychuk
2017-11-29 15:00:23 -08:00
committed by GitHub
+8
View File
@@ -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",