ot-browser/.gitignore

21 lines
313 B
Plaintext
Raw Normal View History

2021-05-22 18:15:11 +00:00
# ---> Go
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
2021-05-24 13:51:04 +00:00
/ot-browser
2021-05-22 18:15:11 +00:00
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Dependency directories (remove the comment below to include it)
# vendor/
2021-05-24 13:51:04 +00:00
# Config files
*.ini