22 lines
399 B
Plaintext
Raw Normal View History

# When you change this file, please consider also changing the .dockerignore file.
# See comments at the top of .dockerignore for more information.
2020-07-02 15:23:21 -07: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
2021-03-01 17:03:05 -08:00
# GoLand
2020-07-02 17:05:59 -07:00
.idea
2021-03-01 17:03:05 -08:00
# MacOS Desktop Services Store
.DS_Store