[BUGFIX] add dep of dummie stock
This commit is contained in:
parent
cf5d94d55d
commit
db8da61c38
|
@ -4,6 +4,7 @@ node_modules/*
|
|||
!node_modules/semantic-ui-css/
|
||||
node_modules/semantic-ui-css/*
|
||||
!node_modules/semantic-ui-css/semantic.min.css
|
||||
!node_modules/semantic-ui-css/semantic.min.js
|
||||
!node_modules/semantic-ui-css/themes/
|
||||
node_modules/semantic-ui-css/themes/*
|
||||
!node_modules/semantic-ui-css/themes/default/
|
||||
|
@ -31,3 +32,9 @@ node_modules/angular-loading-bar/*
|
|||
!node_modules/angular-loading-bar/build/
|
||||
node_modules/angular-loading-bar/build/*
|
||||
!node_modules/angular-loading-bar/build/loading-bar.min.js
|
||||
|
||||
!node_modules/jquery/
|
||||
node_modules/jquery/*
|
||||
!node_modules/jquery/dist/
|
||||
node_modules/jquery/dist/*
|
||||
!node_modules/jquery/dist/jquery.min.js
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue