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
|
2019-01-13 12:45:25 +08:00
|
|
|
|
2020-09-30 04:39:45 +08:00
|
|
|
/dist/
|
2020-03-10 08:49:55 +08:00
|
|
|
.todo
|
|
|
|
|
|
|
|
*.nupkg
|
2020-04-18 01:04:40 +08:00
|
|
|
.vscode/
|
2020-05-05 03:18:13 +08:00
|
|
|
.idea/
|
2021-03-29 13:02:11 +08:00
|
|
|
|
2021-05-03 22:54:51 +08:00
|
|
|
# Path for actions cache created when running tests
|
|
|
|
pkg/runner/act/
|
|
|
|
|
2021-05-03 23:26:12 +08:00
|
|
|
# act binary
|
|
|
|
dist/local/act
|
|
|
|
|
2021-03-29 13:02:11 +08:00
|
|
|
coverage.txt
|
2021-05-05 05:50:35 +08:00
|
|
|
|
|
|
|
.env
|
2021-08-10 00:07:26 +08:00
|
|
|
.secrets
|