mirror of https://github.com/minio/minio.git
Include the entirety of vendor folder in .gitignore (#15046)
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.
This commit is contained in:
parent
27ab780317
commit
e2dd3e3587
|
@ -9,8 +9,7 @@ site/
|
|||
/.idea/
|
||||
/Minio.iml
|
||||
**/access.log
|
||||
vendor/**/*.js
|
||||
vendor/**/*.json
|
||||
vendor/
|
||||
.DS_Store
|
||||
*.syso
|
||||
coverage.txt
|
||||
|
|
Loading…
Reference in New Issue