mirror of
https://github.com/minio/minio.git
synced 2024-12-26 07:05:55 -05:00
0e02328c98
This PR is the first set of changes to move the config to the backend, the changes use the existing `config.json` allows it to be migrated such that we can save it in on backend disks. In future releases, we will slowly migrate out of the current architecture. Fixes #6182
25 lines
243 B
Plaintext
25 lines
243 B
Plaintext
**/*.swp
|
|
cover.out
|
|
*~
|
|
minio
|
|
!*/
|
|
site/
|
|
**/*.test
|
|
**/*.sublime-workspace
|
|
/.idea/
|
|
/Minio.iml
|
|
**/access.log
|
|
build/
|
|
vendor/**/*.js
|
|
vendor/**/*.json
|
|
release
|
|
.DS_Store
|
|
*.syso
|
|
coverage.txt
|
|
.vscode/
|
|
*.tar.bz2
|
|
parts/
|
|
prime/
|
|
stage/
|
|
.sia_temp/
|
|
config.json |