0f049426f6
* Separate Container Workdir from Host Workdir * Add delegated component to MacOS Test * Lint: Remove leading newline * Fix trailing path issue
31 lines
No EOL
455 B
Text
31 lines
No EOL
455 B
Text
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Test binary, build with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
|
|
/dist/
|
|
.todo
|
|
|
|
*.nupkg
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Path for actions cache created when running tests
|
|
pkg/runner/act/
|
|
|
|
# act binary
|
|
dist/local/act
|
|
|
|
coverage.txt
|
|
|
|
.env
|
|
#Store your GITHUB_TOKEN secret here for purposes of local testing of actions/checkout and others
|
|
.secrets |