Cloudreve/.gitignore

15 lines
223 B
Text
Raw Normal View History

2019-11-04 20:28:34 +08:00
# 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
2019-11-04 20:30:12 +08:00
# Development enviroment
.idea