Added new dockerfile for plugin development

This commit is contained in:
Wyatt Johnson
2017-03-29 13:37:36 -06:00
parent f80f253b98
commit 0dc105405c
5 changed files with 44 additions and 16 deletions
+15
View File
@@ -1,3 +1,18 @@
# excluded because we'll likely need to rebuild this.
node_modules
# scripts are used during development and testing, not
# production.
scripts
# documentation should not be visable in production.
docs
# static assets are rebuild in the docker container.
dist
# tests are not run in the docker container.
test
# we won't use the .git folder in production.
.git