mirror of
https://github.com/minio/minio.git
synced 2024-12-24 22:25:54 -05:00
617f2394fb
* Hardcode snap version while a store bug is fixed This is a workaround for for a failure in the store, which limits the version to 32 characters. https://forum.snapcraft.io/t/versions-can-be-at-most-32-characters/1642 Capitalize the summary * add the snapcraft dirs to gitignore bring back settings.json to ignore
26 lines
248 B
Plaintext
26 lines
248 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
|
|
settings.json
|
|
.snap
|
|
*.tar.bz2
|
|
parts/
|
|
prime/
|
|
snap/.snapcraft/
|
|
stage/
|