Bug fix: Correct name of "node_modules" folder. Also reorg entries into groups

This commit is contained in:
Tim Donohue
2020-02-21 08:38:29 -06:00
parent 3298c4e6c6
commit cda800f3be

View File

@@ -1,21 +1,28 @@
.git .git
node-modules .idea
__build__ .vscode
__server_build__ .DS_Store
*.iml
# Build folders
node_modules
build
dist
typings typings
tsd_typings tsd_typings
npm-debug.log
dist
coverage coverage
.idea __build__
*.iml __server_build__
# Node
*.log
npm-debug.log.*
# Angular files
*.ngfactory.ts *.ngfactory.ts
*.css.shim.ts *.css.shim.ts
*.scss.shim.ts *.scss.shim.ts
.DS_Store
# Webpack files
webpack.records.json webpack.records.json
npm-debug.log.*
morgan.log
yarn-error.log
*.css
package-lock.json package-lock.json