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:
Philipp Kolberg
2023-10-06 17:50:46 +02:00
committed by GitHub
parent 9860ac983c
commit ccb3875e86

3
.gitignore vendored
View File

@ -206,3 +206,6 @@ data/
.netlify
.ruff_cache
source_docs/
### Golang ###
/vendor/