fix_: don't ignore generated files in vendor/ (#5914)

This commit is contained in:
richΛrd 2024-10-04 10:27:27 -04:00 committed by GitHub
parent 664b6ea6d4
commit d527c4e619
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

@ -120,3 +120,7 @@ bindata.go
migrations.go
cmd/statusd/server/endpoints.go
protocol/messenger_handlers.go
# Don't ignore generated files in the vendor/ directory
!vendor/**/*.pb.go
!vendor/**/migrations.go