mirror of https://github.com/dapr/cli.git
44 lines
671 B
Plaintext
44 lines
671 B
Plaintext
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
cli
|
|
|
|
# Handy directory to keep local scripts and help files.
|
|
.local/
|
|
|
|
# Mac's metadata folder
|
|
.DS_Store
|
|
|
|
# Test binary, build with `go test -c`
|
|
*.test
|
|
/dist
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
|
|
.vscode
|
|
.idea
|
|
|
|
# Visual Studio 2015/2017/2019 cache/options directory
|
|
.vs/
|
|
|
|
# CLI's auto-generated components directory
|
|
**/components
|
|
# Auto generated deploy dir inside .dapr directory
|
|
**/.dapr/deploy
|
|
# Auto generated logs dir inside .dapr directory
|
|
**/.dapr/logs
|
|
|
|
test_output.json
|
|
|
|
# Go Workspaces (introduced in Go 1.18+)
|
|
go.work
|
|
|
|
#Wix files
|
|
*.wixobj
|
|
*.wixpdb
|
|
*.msi
|