Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeross Aboukhadijeh <feross@feross.org>2018-04-25 04:03:43 +0300
committerFeross Aboukhadijeh <feross@feross.org>2018-04-25 04:03:43 +0300
commit352c52792002dc2efd9e2e6b72982ef3297b68fd (patch)
tree75d3760b0db5d522618ca10a3d969e17b3a8cb4e /.npmignore
parent4022debc25b88a4f4e92d5f37ae5803fe3aa097e (diff)
Move internal scripts from bin/ to scripts/
By convention the bin/ folder is for user-facing command line scripts. Let's use scripts/ for internal scripts that don't need to be published.
Diffstat (limited to '.npmignore')
-rw-r--r--.npmignore7
1 files changed, 7 insertions, 0 deletions
diff --git a/.npmignore b/.npmignore
new file mode 100644
index 0000000..70b0f8f
--- /dev/null
+++ b/.npmignore
@@ -0,0 +1,7 @@
+.airtap.yml
+.appveyor.yml
+.github/
+.travis.yml
+CONTRIBUTING.md
+scripts/
+test/