13 Commits
Author SHA1 Message Date
TJ HolowaychukandGitHub 0f3fc40f99 Merge pull request #25 from fengmk2/patch-1
Remove appveyor.yml
2017-11-23 09:34:27 -08:00
fengmk2andGitHub f670f92454 Remove appveyor.yml 2017-11-24 00:33:52 +08:00
TJ HolowaychukandGitHub 3661fad3f0 Merge pull request #24 from axetroy/master
add .yarnclean and .github
2017-11-22 18:45:32 -08:00
axetroy 1ca4148802 add .yarnclean and .github 2017-11-23 10:29:42 +08:00
TJ HolowaychukandGitHub 9e508651aa Merge pull request #23 from jhegg/fix-syntax-error
Fix syntax errors
2017-11-22 14:16:56 -08:00
jhegg 2a00a8d8b7 Fix syntax errors
A previous commit missed some commas.
2017-11-22 13:42:42 -08:00
TJ Holowaychuk 0edbf73feb add license. Closes #21 2017-11-22 11:51:39 -08:00
TJ HolowaychukandGitHub 7cac001c09 Merge pull request #20 from Phanindra48/master
Add few more unnecessary files to the list
2017-11-22 11:03:42 -08:00
Phanindra fe422a88b7 remove infavor of *.md 2017-11-22 08:00:04 +05:30
Phanindra efa7590107 Add few more unnecessary files to the list 2017-11-22 05:50:36 +05:30
TJ Holowaychuk 0ab407615a add .gitignore 2017-11-21 10:58:43 -08:00
TJ HolowaychukandGitHub f130c7b785 Merge pull request #17 from appleboy/patch2
convert space to tabs.
2017-11-21 10:58:41 -08:00
Bo-Yi Wu bc9e4409af convert space to tabs.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2017-11-21 14:32:08 +08:00
3 changed files with 35 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
.envrc
+23
View File
@@ -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.
+11 -1
View File
@@ -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.