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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

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