aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2017-09-28 16:00:13 +0300
committerValentin Popov <info@valentineus.link>2017-09-28 16:00:13 +0300
commita40cbab6100d4c227c89155333f4700e7b6674f1 (patch)
treedbf82727ab76c14bed277c394ef31f4a56aec45f
parentbe7f975919e013a48d0baf178f4b6bb18fecf733 (diff)
downloadiii-client-a40cbab6100d4c227c89155333f4700e7b6674f1.tar.xz
iii-client-a40cbab6100d4c227c89155333f4700e7b6674f1.zip
Revised exceptions
-rw-r--r--.gitignore11
-rw-r--r--.npmignore19
2 files changed, 24 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index 6d0d339..c1fd4dd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,6 +4,7 @@ logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
+package-lock.json*
# Runtime data
pids
@@ -17,7 +18,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 +30,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 +58,9 @@ typings/
# dotenv environment variables file
.env
+# Cloud9 IDE (https://c9.io/)
+.c9revisions
+.c9
+
# Compiled code
-lib/
+/dist \ No newline at end of file
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