mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-06-05 08:58:50 +00:00
cspell: ignore all Go files generated by protobuf (#4047)
This commit is contained in:
parent
73e6b7a502
commit
405d089129
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@
|
||||||
"Makefile",
|
"Makefile",
|
||||||
"flake.nix",
|
"flake.nix",
|
||||||
"go.mod",
|
"go.mod",
|
||||||
"pipeline/rpc/proto/woodpecker.pb.go",
|
"**/*.pb.go",
|
||||||
"server/store/datastore/migration/**/*",
|
"server/store/datastore/migration/**/*",
|
||||||
"web/components.d.ts",
|
"web/components.d.ts",
|
||||||
"web/src/assets/locales/**/*",
|
"web/src/assets/locales/**/*",
|
||||||
|
|
Loading…
Reference in a new issue