github.com/cloudreve/Cloudreve/v3@v3.0.0-20240224133659-3edb00a6484c/.gitignore (about) 1 # Binaries for programs and plugins 2 cloudreve 3 *.exe 4 *.exe~ 5 *.dll 6 *.so 7 *.dylib 8 *.db 9 *.bin 10 /release/ 11 assets.zip 12 13 # Test binary, build with `go test -c` 14 *.test 15 16 # Output of the go coverage tool, specifically when used with LiteIDE 17 *.out 18 19 # Development enviroment 20 .idea/* 21 uploads/* 22 temp 23 24 # Version control 25 version.lock 26 27 # Config file 28 *.ini 29 conf/conf.ini 30 /statik/ 31 .vscode/ 32 33 dist/