Cloudreve/.gitignore

30 lines
356 B
Text
Raw Normal View History

2019-11-04 20:28:34 +08:00
# Binaries for programs and plugins
cloudreve
2019-11-04 20:28:34 +08:00
*.exe
*.exe~
*.dll
*.so
*.dylib
2019-11-16 16:49:03 +08:00
*.db
2020-02-23 10:19:13 +08:00
*.bin
2020-03-10 02:39:19 +00:00
/release/
2019-11-04 20:28:34 +08:00
# 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/*
2019-11-17 13:50:14 +08:00
uploads/*
2019-12-28 15:50:56 +08:00
temp
# Version control
2019-12-12 08:54:48 +08:00
version.lock
# Config file
2019-12-13 15:10:44 +08:00
*.ini
2019-12-28 15:50:56 +08:00
conf/conf.ini
2020-03-09 13:23:13 +08:00
/statik/
/vendor/