From e61d32f93511833efef972a50a7fd7a9b4eec78d Mon Sep 17 00:00:00 2001 From: Noah Loomans Date: Fri, 30 Sep 2016 17:56:23 +0200 Subject: add offline support --- .gitignore | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 66 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index f752ff1..6f76b30 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ +/public/components -# Created by https://www.gitignore.io/api/node +# Created by https://www.gitignore.io/api/node,bower ### Node ### # Logs @@ -43,3 +44,67 @@ jspm_packages # Optional REPL history .node_repl_history + +# Output of 'npm pack' +*.tgz + + +### Bower ### +bower_components +.bower-cache +.bower-registry +.bower-tmp +# Created by https://www.gitignore.io/api/node,bower + +### Node ### +# Logs +logs +*.log +npm-debug.log* + +# Runtime data +pids +*.pid +*.seed +*.pid.lock + +# Directory for instrumented libs generated by jscoverage/JSCover +lib-cov + +# Coverage directory used by tools like istanbul +coverage + +# nyc test coverage +.nyc_output + +# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) +.grunt + +# node-waf configuration +.lock-wscript + +# Compiled binary addons (http://nodejs.org/api/addons.html) +build/Release + +# Dependency directories +node_modules +jspm_packages + +# Optional npm cache directory +.npm + +# Optional eslint cache +.eslintcache + +# Optional REPL history +.node_repl_history + +# Output of 'npm pack' +*.tgz + + +### Bower ### +bower_components +.bower-cache +.bower-registry +.bower-tmp -- cgit v1.1