-
Notifications
You must be signed in to change notification settings - Fork 79
/
.gitignore
38 lines (34 loc) · 988 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# IDEA
.idea
.editorconfig
.vscode
# node
monitor-ui/node_modules
monitor-ui/dist
monitor-ui/plugin
monitor-ui/src/assets/js/baseURL.js
# monitor-ui/package-lock.json
#develop
build/develop/docker-compose.yml
build/develop/monitor.json
monitor-server/*.log
monitor-server/public/*
monitor-server/monitor-server
#agent
monitor-agent/node_exporter/node_exporter
monitor-agent/node_exporter/node_exporter_new
monitor-agent/agent_manager/agent_manager
monitor-agent/agent_manager/transgateway/api/vendor
monitor-agent/ping_exporter/ping_exporter
monitor-agent/archive_mysql_tool/archive_mysql_tool
monitor-agent/transgateway/transgateway
monitor-agent/db_data_exporter/db_data_exporter
monitor-agent/daemon_proc/daemon_proc
monitor-agent/metric_comparison_exporter/metric_comparison_exporter
monitor-agent/node_exporter/monitor_exporter
#tmp
monitor-ui/.history/*
build/node_exporter/node_exporter_new
build/node_exporter/monitor_exporter
build/node_exporter/VERSION
node_exporter.tar.gz