codies/.gitignore

25 lines
336 B
Plaintext
Raw Normal View History

2020-05-23 21:51:11 +00:00
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Project binaries
codies
# IDEs
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
2020-06-06 21:01:45 +00:00
pkged.go