-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path.gitignore
47 lines (47 loc) · 1.14 KB
/
.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
39
40
41
42
43
44
45
46
47
venv/
.git
.idea
.github
*.py[cod]
*$py.class
__pycache__/
web/.DS_Store
web/dist
web/*.local
web/.idea/
web/.vscode/
web/node_modules
Python-3.9.11.tgz
netaxe/logs
config/config.json
netaxe/__pycahe__
netaxe/netboost/conf.py
netaxe/netboost/__pycache__/
netaxe/apps/users/__pycache__/
netaxe/apps/system/__pycache__/
netaxe/apps/asset/__pycache__/
netaxe/apps/automation/__pycache__/
netaxe/apps/automation/tools/__pycache__/
netaxe/apps/config_center/__pycache__/
netaxe/apps/route_backend/__pycache__/
netaxe/__pycache__/
netaxe/media/automation
netaxe/media/device_config/current-configuration
netaxe/media/ip_address_recycle/
docker/server/logs/
docker/databases/init/
docker/databases/mysql_data/
docker/databases/etcd_data/
docker/databases/data/
docker/server/conf/apisix_conf/config.yaml
docker/server/conf/dashboard_conf/conf.yaml
docker/server/conf/apisix_log/
docker/server/conf/apisix_log/error.log
docker/server/conf/apisix_log/access.log
netaxe/media/upload/
netaxe/netaxe/conf.py
netaxe/media/admin_ssh_records/
netaxe/apps/base_plateform/__pycache__/
netaxe/apps/int_utilization/__pycache__/
docker/server/conf/apisix_conf/config.yaml
netaxe_alert/