mirror of
https://github.com/minio/minio.git
synced 2024-12-25 22:55:54 -05:00
e2dd3e3587
The 'go mod vendor' command generates a directory called 'vendor' in the main module's root directory, which includes the required packages to support builds. Therefore, we can include the 'vendor' directory in .gitignore completely, regardless of any file extension.
34 lines
315 B
Plaintext
34 lines
315 B
Plaintext
**/*.swp
|
|
cover.out
|
|
*~
|
|
minio
|
|
!*/
|
|
site/
|
|
**/*.test
|
|
**/*.sublime-workspace
|
|
/.idea/
|
|
/Minio.iml
|
|
**/access.log
|
|
vendor/
|
|
.DS_Store
|
|
*.syso
|
|
coverage.txt
|
|
.vscode/
|
|
*.tar.bz2
|
|
parts/
|
|
prime/
|
|
stage/
|
|
.sia_temp/
|
|
config.json
|
|
node_modules/
|
|
mc.*
|
|
s3-check-md5*
|
|
xl-meta*
|
|
healing-*
|
|
inspect*
|
|
200M*
|
|
hash-set
|
|
minio.RELEASE*
|
|
mc
|
|
nancy
|
|
inspects/* |