Skip to content

Commit fca60b4

Browse files
chore: gitignore generated protobuf files (catalogpb/*.pb.go)
Generated files should be rebuilt with `make proto`, not checked in. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: shaoting-huang <shaoting.huang@zilliz.com>
1 parent b153a09 commit fca60b4

14 files changed

Lines changed: 3 additions & 6998 deletions

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ bin/
55
*.so
66
*.dylib
77

8+
# Generated protobuf
9+
catalogpb/*.pb.go
10+
811
# Build artifacts
912
*.o
1013
*.a

0 commit comments

Comments
 (0)