[Pkg-javascript-commits] [node-asn1.js] 182/202: lib: add .npmignore files to everything
Bastien Roucariès
rouca at moszumanska.debian.org
Thu Apr 20 19:19:06 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-asn1.js.
commit c5babeae351faac64ecaaad56cd11f9c4e86c131
Author: Marco Castelluccio <mcastelluccio at mozilla.com>
Date: Tue Aug 30 20:21:16 2016 +0200
lib: add .npmignore files to everything
PR-URL: https://github.com/indutny/asn1.js/pull/75
Reviewed-By: Fedor Indutny <fedor at indutny.com>
---
.npmignore | 2 ++
rfc/2560/.npmignore | 1 +
rfc/5280/.npmignore | 1 +
3 files changed, 4 insertions(+)
diff --git a/.npmignore b/.npmignore
new file mode 100644
index 0000000..3d5af0a
--- /dev/null
+++ b/.npmignore
@@ -0,0 +1,2 @@
+test
+rfc
diff --git a/rfc/2560/.npmignore b/rfc/2560/.npmignore
new file mode 100644
index 0000000..9daeafb
--- /dev/null
+++ b/rfc/2560/.npmignore
@@ -0,0 +1 @@
+test
diff --git a/rfc/5280/.npmignore b/rfc/5280/.npmignore
new file mode 100644
index 0000000..9daeafb
--- /dev/null
+++ b/rfc/5280/.npmignore
@@ -0,0 +1 @@
+test
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-asn1.js.git
More information about the Pkg-javascript-commits
mailing list