forked from edgexfoundry/edgex-go
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
45 lines (42 loc) · 924 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
.idea/
vendor
*.exe
glide.lock
*.DS_Store
docker/docker-compose.yml
.project
.vscode/
go.sum
coverage.out
debug
*.dll
.security-secrets-setup.complete
# binary files
cmd/core-command/core-command
cmd/core-data/core-data
cmd/core-metadata/core-metadata
cmd/security-proxy-setup/security-proxy-setup
cmd/security-file-token-provider/*
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
cmd/security-file-token-provider/security-file-token-provider
cmd/security-secretstore-read/security-secretstore-read
docs/_build/
# log dirs
**/logs
# snap files
*.snap
*.bz2
*.pyc
parts/*
prime/*
stage/*
snap/.snapcraft/*
go.sum
squashfs-root/