root: Ignore the vendor folder (#7094)
Ignore the vendor folder When creating a local development environment a vendor folder will automatically be created for storing Go dependencies. This data shall not be uploaded to GitHub.
This commit is contained in:
parent
9860ac983c
commit
ccb3875e86
|
@ -206,3 +206,6 @@ data/
|
|||
.netlify
|
||||
.ruff_cache
|
||||
source_docs/
|
||||
|
||||
### Golang ###
|
||||
/vendor/
|
||||
|
|
Reference in New Issue