新增WebSocket数据监控页面,包含四种图表展示实时数据,支持数据类型切换 更新vue.config.js添加WebSocket代理配置 添加IDE配置文件到.gitignore
26 lines
292 B
Plaintext
26 lines
292 B
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# Dependencies
|
|
node_modules
|
|
.pnp
|
|
.pnp.js
|
|
.idea
|
|
.vscode
|
|
|
|
# Turbo
|
|
.turbo
|
|
|
|
|
|
# Build Outputs
|
|
output-file.txt
|
|
a-different-file.txt
|
|
dist
|
|
|
|
# Debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Misc
|
|
.DS_Store
|