Skip to content

Commit

Permalink
chore: update .vscodeignore
Browse files Browse the repository at this point in the history
  • Loading branch information
wangtianlun committed Apr 28, 2019
1 parent 2e2f10d commit e409937
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,29 @@ out/**/*.map
src/**
webui/node_modules/**
webui/bower_components/**
webui/src/**
webui/less/**
webui/ui/**
webui/server/**
webui/bower.json
webui/favicon.ico
webui/Gruntfile.js
webui/index.html
webui/LICENSE
webui/main.js
webui/package.json
webui/README.md
webui/rollup.config.js
webui/yarn.lock
webui/.babelrc
webui/.bowerrc
webui/.jscsrc
!webui/node_modules/kityminder-core/dist/kityminder.core.css
!webui/node_modules/kityminder-core/dist/kityminder.core.min.js
!webui/bower_components/bootstrap/dist/css/bootstrap.css
!webui/bower_components/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2
!webui/bower_components/bootstrap/dist/fonts/glyphicons-halflings-regular.woff
!webui/bower_components/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf
!webui/bower_components/codemirror/lib/codemirror.css
!webui/bower_components/hotbox/hotbox.css
!webui/bower_components/color-picker/dist/color-picker.min.css
Expand Down

0 comments on commit e409937

Please sign in to comment.