mirror of
https://github.com/wahyd4/node-prune.git
synced 2026-08-10 13:46:23 +10:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0f3fc40f99 | ||
|
|
f670f92454 | ||
|
|
3661fad3f0 | ||
|
|
1ca4148802 | ||
|
|
9e508651aa | ||
|
|
2a00a8d8b7 | ||
|
|
0edbf73feb | ||
|
|
7cac001c09 | ||
|
|
fe422a88b7 | ||
|
|
efa7590107 | ||
|
|
0ab407615a | ||
|
|
f130c7b785 | ||
|
|
bc9e4409af |
@@ -0,0 +1 @@
|
||||
.envrc
|
||||
@@ -0,0 +1,23 @@
|
||||
(The MIT License)
|
||||
|
||||
Copyright (c) 2017 TJ Holowaychuk tj@tjholowaychuk.com
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of this software and associated documentation files (the
|
||||
'Software'), to deal in the Software without restriction, including
|
||||
without limitation the rights to use, copy, modify, merge, publish,
|
||||
distribute, sublicense, and/or sell copies of the Software, and to
|
||||
permit persons to whom the Software is furnished to do so, subject to
|
||||
the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be
|
||||
included in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
||||
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
||||
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
||||
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
||||
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
@@ -23,16 +23,24 @@ var DefaultFiles = []string{
|
||||
".gitattributes",
|
||||
".editorconfig",
|
||||
".eslintrc",
|
||||
".eslintrc.js",
|
||||
".eslintignore",
|
||||
".npmignore",
|
||||
".jshintrc",
|
||||
".flowconfig",
|
||||
".documentup.json",
|
||||
".yarn-metadata.json",
|
||||
".travis.yml",
|
||||
"appveyor.yml",
|
||||
"circle.yml",
|
||||
".coveralls.yml",
|
||||
"CHANGES",
|
||||
"LICENSE.txt",
|
||||
"LICENSE",
|
||||
"AUTHORS",
|
||||
"CONTRIBUTORS",
|
||||
".yarn-integrity",
|
||||
".yarnclean",
|
||||
}
|
||||
|
||||
// DefaultDirectories pruned.
|
||||
@@ -54,6 +62,8 @@ var DefaultDirectories = []string{
|
||||
"examples",
|
||||
"coverage",
|
||||
".nyc_output",
|
||||
".circleci",
|
||||
".github",
|
||||
}
|
||||
|
||||
// DefaultExtensions pruned.
|
||||
@@ -63,7 +73,7 @@ var DefaultExtensions = []string{
|
||||
".jst",
|
||||
".coffee",
|
||||
".tgz",
|
||||
".swp",
|
||||
".swp",
|
||||
}
|
||||
|
||||
// Stats for a prune.
|
||||
|
||||
Reference in New Issue
Block a user