act/.gitignore

35 lines
384 B
Text
Raw Normal View History

2019-01-02 13:53:43 -06:00
# 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/
2021-03-29 00:02:11 -05:00
# Path for actions cache created when running tests
pkg/runner/act/
# act binary
dist/local/act
2021-03-29 00:02:11 -05:00
coverage.txt
.env
.secrets
# megalinter
report/
2022-11-16 04:07:12 -06:00
act