2024-07-09 15:39:40 +09:00
|
|
|
# Binaries for programs and plugins
|
|
|
|
*.exe
|
|
|
|
*.exe~
|
|
|
|
*.dll
|
|
|
|
*.so
|
|
|
|
*.dylib
|
2024-09-04 01:20:12 +09:00
|
|
|
/fortify
|
2024-07-09 15:39:40 +09:00
|
|
|
|
|
|
|
# Test binary, built with `go test -c`
|
|
|
|
*.test
|
|
|
|
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
|
|
*.out
|
|
|
|
|
|
|
|
# Dependency directories (remove the comment below to include it)
|
|
|
|
# vendor/
|
|
|
|
|
|
|
|
# Go workspace file
|
|
|
|
go.work
|
|
|
|
go.work.sum
|
|
|
|
|
|
|
|
# env file
|
|
|
|
.env
|
|
|
|
.idea
|
2024-12-06 03:34:13 +09:00
|
|
|
.vscode
|
|
|
|
|
|
|
|
# go generate
|
2024-12-17 14:02:54 +09:00
|
|
|
security-context-v1-protocol.*
|
|
|
|
|
|
|
|
# release
|
|
|
|
/dist/fortify-*
|