certificates/.gitignore

27 lines
300 B
Text
Raw Normal View History

2018-11-02 23:52:32 -07:00
# Binaries for programs and plugins
2018-10-05 21:48:36 +00:00
/bin
2018-11-02 23:52:32 -07:00
*.exe
*.exe~
*.dll
*.so
*.dylib
2022-09-08 17:24:51 -07:00
# Go Workspaces
go.work
go.work.sum
2018-11-02 23:52:32 -07:00
# Test binary, build with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Others
*.swp
2021-09-07 13:07:25 -07:00
.releases
2018-11-02 23:52:32 -07:00
coverage.txt
output
2021-09-07 13:07:25 -07:00
vendor
2020-02-07 09:50:22 -05:00
.idea
2022-03-14 13:18:44 +02:00
.envrc