From 8c98acf5d64a77b0197996bfa5a3f8710703d887 Mon Sep 17 00:00:00 2001 From: Marijn Haverbeke Date: Mon, 2 Mar 2015 11:30:47 +0100 Subject: [PATCH] Make sure all ignored files are ignored in npmigore --- .gitignore | 1 + .npmignore | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 088a673331..66cc69a8cd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /node_modules /.tern-port /acorn_csp.js +/local diff --git a/.npmignore b/.npmignore index ee4c926823..ecba2911d2 100644 --- a/.npmignore +++ b/.npmignore @@ -1 +1,3 @@ +/.tern-port /test +/local