- Added `go1.24.0.linux-amd64.tar.gz` to `.gitignore`. - Removed unnecessary newline in `.mergify.yml`. - Updated `codecov.yml` to correct indentation for ignored files. - Enhanced `Makefile` to support linting on Windows. - Adjusted `.github/dependabot.yml` for proper indentation. - Fixed string quotes in `.github/workflows/checks.yml`. - Modified `pkg/container/util_windows.go` to ignore unused parameter. - Updated error handling in `pkg/lookpath/lp_windows.go`. - Refactored `pkg/runner/step_action_remote.go` to improve URL handling. - Updated `pkg/runner/hashfiles/index.js` with significant changes for better performance and structure.
36 lines
423 B
Plaintext
36 lines
423 B
Plaintext
# 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
|
|
unit-tests.xml
|
|
|
|
.env
|
|
.secrets
|
|
|
|
# megalinter
|
|
report/
|
|
go1.24.0.linux-amd64.tar.gz
|