certificates/.gitignore

22 lines
256 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
# 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