Commits

Tim Donohue authored cda800f3bee
Bug fix: Correct name of "node_modules" folder.

Also reorg entries into groups
No tags

.dockerignore

Modified
1 1 .git
2 -node-modules
3 -__build__
4 -__server_build__
2 +.idea
3 +.vscode
4 +.DS_Store
5 +*.iml
6 +
7 +# Build folders
8 +node_modules
9 +build
10 +dist
5 11 typings
6 12 tsd_typings
7 -npm-debug.log
8 -dist
9 13 coverage
10 -.idea
11 -*.iml
14 +__build__
15 +__server_build__
16 +
17 +# Node
18 +*.log
19 +npm-debug.log.*
20 +
21 +# Angular files
12 22 *.ngfactory.ts
13 23 *.css.shim.ts
14 24 *.scss.shim.ts
15 -.DS_Store
25 +
26 +# Webpack files
16 27 webpack.records.json
17 -npm-debug.log.*
18 -morgan.log
19 -yarn-error.log
20 -*.css
21 28 package-lock.json

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut