From c5d09f8b19e485aeb363c6622d32c93af7973f6e Mon Sep 17 00:00:00 2001 From: Santiago Gimeno Date: Tue, 29 Jul 2014 12:04:56 +0200 Subject: [PATCH] rel: update .gitignore and .npmignore --- .gitignore | 3 +++ .npmignore | 1 + 2 files changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 6203a47..57f1e52 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,6 @@ results npm-debug.log node_modules build/ + +.npmrc +*sublime* diff --git a/.npmignore b/.npmignore index ef2c007..75a5f79 100644 --- a/.npmignore +++ b/.npmignore @@ -1 +1,2 @@ *.sublime* +.npmrc