forked from edgexfoundry/edgex-go
-
Notifications
You must be signed in to change notification settings - Fork 5
/
.gitignore
50 lines (45 loc) · 909 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
.idea/
vendor
*.exe
glide.lock
*.DS_Store
docker/docker-compose.yml
.project
.vscode/
go.sum
coverage.out
debug
*.dll
# binary files
cmd/config-seed/config-seed
cmd/core-command/core-command
cmd/core-data/core-data
cmd/core-metadata/core-metadata
cmd/export-client/export-client
cmd/export-distro/export-distro
cmd/security-proxy-setup/security-proxy-setup
cmd/security-secrets-setup/config/*
cmd/security-secrets-setup/security-secrets-setup
cmd/security-secretstore-setup/security-secretstore-setup
cmd/support-logging/support-logging
cmd/support-notifications/support-notifications
cmd/support-scheduler/support-scheduler
cmd/sys-mgmt-agent/sys-mgmt-agent
cmd/sys-mgmt-executor/sys-mgmt-executor
docs/_build/
# log dirs
**/logs
# snap files
*.snap
*.bz2
*.pyc
parts/*
prime/*
stage/*
snap/.snapcraft/*
squashfs-root/
# ObjectBox database files
data.mdb
lock.mdb
# Benchmark working directory
benchmark