Cloudreve/.gitignore

27 lines
319 B
Text
Raw Normal View History

2019-11-04 07:28:34 -05:00
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
2019-11-16 03:49:03 -05:00
*.db
2020-02-22 21:19:13 -05:00
*.bin
2019-11-04 07:28:34 -05:00
# Test binary, build with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
2019-11-04 07:30:12 -05:00
# Development enviroment
.idea/*
2019-11-17 00:50:14 -05:00
uploads/*
2019-12-28 02:50:56 -05:00
temp
# Version control
2019-12-11 19:54:48 -05:00
version.lock
# Config file
2019-12-13 02:10:44 -05:00
*.ini
2019-12-28 02:50:56 -05:00
conf/conf.ini