-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
89 lines (72 loc) · 992 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
87
88
89
.idea/
.DS_Store
node_modules/
*.log
app-db/app_data/*
build/
dist/
.next/
.gradle/
build/
*.class
Thumbs.db
ehthumbs.db
nginx/*.log
nginx/tmp/
docker-compose.override.yml
package-lock.json
yarn.lock
net.whisper.security/test_data
*.tsbuildinfo
*.tscache
coverage/
kafka_data/
redis/*.log
electron/*.build
electron/dist/
*.iml
.env.prod
.env.qa
.env
Dockerfile
Dockerfile.qa
Dockerfile.prod
.vs/
x64/
wasm/
data_grafana_local/
data_grafana_qa/
grafana.db
vendor/
var/
composer.lock
chat-whispernet.crt
chat-whispernet.key
server.crt
server.key
whispernet.crt
whispernet.key
turn_server_pkey.pem
turn_server_cert.pem
grafana.ini
grafana.qa.ini
cms_qa_data/
init.qa.sql
application.properties.qa
redis.qa.conf
data_qa/
nginx.qa.conf
localhost.crt
localhost.key
config.prod.ts
application.properties.prod
redis.prod.conf
grafana.prod.ini
init.prod.sql
nginx.prod.conf
config.prod.yml
turn_server_cert.pem
turn_server_pkey.pem
turnserver.conf
turnserver.qa.conf
nginx.tunnel.conf