smallstep-certificates/.gitignore
David Cowden 8326632f5b vscode: Ignore vscode binaries
It might make sense to check in the vscode workspace file if we can make
everything relative to the project directory.
2020-05-11 18:47:07 -07:00

26 lines
296 B
Plaintext

# Binaries for programs and plugins
/bin
*.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
.travis-releases
coverage.txt
vendor
output
.idea
# vscode
*.code-workspace
*_bin