storj/.gitignore

22 lines
259 B
Plaintext
Raw Normal View History

2018-04-06 17:32:34 +01:00
# Mac OS X files
.DS_Store
# Binaries for programs and plugins
*.exe
*.dll
*.so
*.dylib
# Test binary, build with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
2018-04-12 02:14:29 +01:00
*.out
# VSCode
/.vscode
debug
2018-05-30 03:28:46 +01:00
# Jetbrains
.idea/*