Skip to content

Commit

Permalink
Bug fix: Correct name of "node_modules" folder. Also reorg entries in…
Browse files Browse the repository at this point in the history
…to groups
  • Loading branch information
tdonohue committed Feb 21, 2020
1 parent 3298c4e commit cda800f
Showing 1 changed file with 19 additions and 12 deletions.
31 changes: 19 additions & 12 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,21 +1,28 @@
.git
node-modules
__build__
__server_build__
.idea
.vscode
.DS_Store
*.iml

# Build folders
node_modules
build
dist
typings
tsd_typings
npm-debug.log
dist
coverage
.idea
*.iml
__build__
__server_build__

# Node
*.log
npm-debug.log.*

# Angular files
*.ngfactory.ts
*.css.shim.ts
*.scss.shim.ts
.DS_Store

# Webpack files
webpack.records.json
npm-debug.log.*
morgan.log
yarn-error.log
*.css
package-lock.json

0 comments on commit cda800f

Please sign in to comment.