Skip to content

Commit

Permalink
Add few more unnecessary files to the list
Browse files Browse the repository at this point in the history
  • Loading branch information
phanindra48 committed Nov 22, 2017
1 parent 0ab4076 commit efa7590
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions prune.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -54,6 +62,7 @@ var DefaultDirectories = []string{
"examples",
"coverage",
".nyc_output",
".circleci"
}

// DefaultExtensions pruned.
Expand Down

0 comments on commit efa7590

Please sign in to comment.