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