add more filenames to remove

This commit is contained in:
Yaroslav Pidmohylniy
2017-11-30 00:58:13 +02:00
committed by GitHub
parent 980cf22f63
commit 988e4c45cc
+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",