act/.gitignore

31 lines
358 B
Plaintext
Raw Normal View History

2019-01-03 03:53:43 +08: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 13:02:11 +08:00
# Path for actions cache created when running tests
pkg/runner/act/
# act binary
dist/local/act
2021-03-29 13:02:11 +08:00
coverage.txt
.env
.secrets