forked from w3c/automotive-viss2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
63 lines (52 loc) · 788 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
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
.DS_Store
# cert and key files
*.crt
*.srl
*.key
*.csr
*.rsa
#log files
ws-mgr-log.txt
service-mgr-log.txt
http-mgr-log.txt
servercore-log.txt
#helper files
vsspathlist.json
vss_vissv2.binary
# Test binary, built with `go test -c`
*.test
*.DS_store
DS_Store
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Go Land IDE specific files.
**/.idea/workspace.xml
***/.idea/tasks.xml
.idea/
# Server binaries
server_core
service_mgr
ws_mgr
http_mgr
agt_server
at_server
mqtt_mgr
# Folders
!server/service_mgr/
!server/server_core/
!server/ws_mgr/
!server/http_mgr/
!server/agt_server/
!server/at_server/
!server/mqtt_mgr/
vendor/
logs/
.gitignore
***workspace.code-workspace
***.vscode