-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy path.gitignore
More file actions
45 lines (39 loc) · 834 Bytes
/
.gitignore
File metadata and controls
45 lines (39 loc) · 834 Bytes
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
/cors/examples/calc/cmd/calcsvc/calcsvc
/cors/examples/calc/cmd/calccli/calccli
/goakit/examples/calc/cmd/calcsvc/calcsvc
/goakit/examples/calc/cmd/calccli/calccli
/goakit/examples/fetcher/fetcher/cmd/fetchersvc/fetchersvc
/goakit/examples/fetcher/fetcher/cmd/fetchersvc/fetchersvc
/goakit/examples/fetcher/archiver/cmd/archiversvc/archiversvc
/goakit/examples/fetcher/archiver/cmd/archivercli/archivercli
/goakit/examples/calc/cmd/calccli/calccli
/goakit/examples/calc/cmd/calccli/calccli
/zaplogger/examples/calc/calc
/zaplogger/examples/calc/calc-cli
*.swp
.vscode/*
*.out
*.test
gengoalint
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Binaries for programs and plugins
*.so
*.so.*
*.a
*.dll
*.exe
*.exe~
*.test
*.out
*.log
# vendored dependencies
vendor/
# protoc
protoc-*/