Files
learngo/.gitignore
2018-10-15 19:34:48 +03:00

17 lines
215 B
Plaintext

*.DS_Store
# 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
.vscode/*