From a3d36bab7833457d783c36184454835315e2dcd3 Mon Sep 17 00:00:00 2001 From: Kasra Bigdeli Date: Fri, 11 Jan 2019 22:00:58 -0800 Subject: [PATCH] minor edits --- .dockerignore | 55 +++++++++++++++++++++++++++++++++-- public/dont-put-anything-here | 2 +- 2 files changed, 54 insertions(+), 3 deletions(-) diff --git a/.dockerignore b/.dockerignore index 302346b..0b942d6 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,6 +1,57 @@ # add git-ignore syntax here of things you don't want copied into docker image .git -node_modules + temp_upload -.idea \ No newline at end of file +currentdirectory + +# Node modules +/node_modules + +# JetBrains +.idea + +/temp_upload + +# Logs +logs +*.log + +# Runtime data +pids +*.pid +*.seed + +# Directory for instrumented libs generated by jscoverage/JSCover +lib-cov + +# Coverage directory used by tools like istanbul +coverage + +# 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 directory +# https://docs.npmjs.com/cli/shrinkwrap#caveats +node_modules + +.idea + +# Debug log from npm +npm-debug.log + + +# ------------------- + +.DS_Store + +node_modules + +lib/core/metadata.js +lib/core/MetadataBlog.js \ No newline at end of file diff --git a/public/dont-put-anything-here b/public/dont-put-anything-here index 0e8e18c..5e0488e 100644 --- a/public/dont-put-anything-here +++ b/public/dont-put-anything-here @@ -1 +1 @@ -Front end app is being served from /dist/ directory \ No newline at end of file +Front end app is being served from frontend app repo \ No newline at end of file