Cloudreve/.gitignore

25 lines
309 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
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/*
# Version control
2019-12-11 19:54:48 -05:00
version.lock
# Config file
2019-12-13 02:10:44 -05:00
*.ini
/conf/conf.ini