forked from hazza/dspace-angular
Bug fix: Correct name of "node_modules" folder. Also reorg entries into groups
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user