forked from lf-edge/edge-home-orchestration-go
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
52 lines (42 loc) · 832 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
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.dylib
*.o
bin/*
pkg/*
doc/generate-api/*
vendor/
go.sum
.config*
Dockerfile
# Sample binary
libedge-orchestration/lib/*
libedge-orchestration/sample/output/*
internal/controller/scoringmgr/mock_internal/myscoring/libmyscoring.so*
internal/controller/scoringmgr/mock_internal/myscoring2/libmyscoring2.so*
# WebUI
web/node_modules
web/package-lock.json
# Test binary, build with `go test -c`
*.test
*testdata/
# Output of build
*.o
# examples for native
examples/native/edge-orchestration
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
coverage.html
internal/controller/discoverymgr/testDB/*
internal/controller/storagemgr/storagedriver/tests.log
# Certificates
tools/certs/
# VS Code
.vscode/
# Eclipse
.project
.cproject
# GoLand
.idea