cpy3/.gitignore

17 lines
221 B
Plaintext
Raw Normal View History

2018-11-05 18:05:33 +00:00
# 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
2018-12-06 17:15:14 +00:00
vendor
2021-10-24 11:55:07 +00:00
# IDE config
.vscode