From a40cbab6100d4c227c89155333f4700e7b6674f1 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 28 Sep 2017 17:00:13 +0400 Subject: Revised exceptions --- .npmignore | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) (limited to '.npmignore') diff --git a/.npmignore b/.npmignore index 5c4de01..871eff6 100644 --- a/.npmignore +++ b/.npmignore @@ -17,7 +17,7 @@ lib-cov # Coverage directory used by tools like istanbul coverage -# nyc test coverage +# NYC test coverage .nyc_output # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) @@ -29,7 +29,7 @@ bower_components # node-waf configuration .lock-wscript -# Compiled binary addons (http://nodejs.org/api/addons.html) +# Compiled binary addons (https://nodejs.org/api/addons.html) build/Release # Dependency directories @@ -57,5 +57,18 @@ typings/ # dotenv environment variables file .env +# Cloud9 IDE (https://c9.io/) +.c9revisions +.c9 + +# Configuration files +.gitignore + +# Repository +.git/ + +# Examples +/example + # Source -src/ +/src \ No newline at end of file -- cgit v1.2.3