-
Notifications
You must be signed in to change notification settings - Fork 57
/
.gitignore
86 lines (64 loc) · 948 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
isardvdi*.cfg
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Python compiled
*.pyc
# javascript bower
webapp/bower_components
node_modules/
webapp/node_modules/
#rethink data
rethinkdb_data/
# log
*.log
logs/*
#pycharm
.idea/
webapp/.idea/
engine/.idea/
.vscode
#pytest
.pytest_cache
__pycache__
#ipython
.ipython
#backups
backups/*
#uploads
uploads/*
#docker run scripts
run_docker_engine.py
run_docker_webapp.py
#Generated certs
install/viewer-certs/*.pem
install/viewer-certs/*.csr
test/
install/viewer-certs/host_name
#Conf files
#isard.conf
#Csv files
csv/
#Wizard disable
install/.wizard
known_hosts
#grafana/
certs/
database/
.env
tetris/.env
/docker-compose*.yml
#debug
/debug.yml
/engine/engine/debug.py
#development
engine/engine/supervisord.pid
docker/hypervisor/src/vlans/api_client.py
frontend/yarn.lock
# Generated code
pkg/gen
frontend/src/gen
testing_*_mock.go