mirror of
https://github.com/wahyd4/node-prune.git
synced 2026-08-09 05:06:18 +10:00
add more to blacklist
This commit is contained in:
@@ -27,6 +27,8 @@ var DefaultFiles = []string{
|
||||
".travis.yml",
|
||||
"LICENSE.txt",
|
||||
"LICENSE",
|
||||
"AUTHORS",
|
||||
"CONTRIBUTORS",
|
||||
".yarn-integrity",
|
||||
}
|
||||
|
||||
@@ -53,6 +55,8 @@ var DefaultDirectories = []string{
|
||||
var DefaultExtensions = []string{
|
||||
".md",
|
||||
".ts",
|
||||
".jst",
|
||||
".coffee",
|
||||
}
|
||||
|
||||
// Stats for a prune.
|
||||
|
||||
Reference in New Issue
Block a user