2019-11-04 07:28:34 -05:00
|
|
|
# Binaries for programs and plugins
|
2020-04-10 20:09:44 -05:00
|
|
|
cloudreve
|
2019-11-04 07:28:34 -05:00
|
|
|
*.exe
|
|
|
|
*.exe~
|
|
|
|
*.dll
|
|
|
|
*.so
|
|
|
|
*.dylib
|
2019-11-16 03:49:03 -05:00
|
|
|
*.db
|
2020-02-22 21:19:13 -05:00
|
|
|
*.bin
|
2020-03-09 21:39:19 -05:00
|
|
|
/release/
|
2022-04-26 06:47:22 -05:00
|
|
|
assets.zip
|
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
|
2019-11-09 07:32:15 -05:00
|
|
|
.idea/*
|
2019-11-17 00:50:14 -05:00
|
|
|
uploads/*
|
2019-12-28 02:50:56 -05:00
|
|
|
temp
|
2019-11-09 06:04:48 -05:00
|
|
|
|
|
|
|
# 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
|
2020-03-09 00:23:13 -05:00
|
|
|
/statik/
|
2021-10-29 07:30:26 -05:00
|
|
|
.vscode/
|