mirror of
https://github.com/minio/minio.git
synced 2025-02-03 09:55:59 -05:00
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
3
.gitignore
vendored
3
.gitignore
vendored
@ -9,8 +9,7 @@ site/
|
||||
/.idea/
|
||||
/Minio.iml
|
||||
**/access.log
|
||||
vendor/**/*.js
|
||||
vendor/**/*.json
|
||||
vendor/
|
||||
.DS_Store
|
||||
*.syso
|
||||
coverage.txt
|
||||
|
Loading…
x
Reference in New Issue
Block a user