Skip to content

Commit

Permalink
Include generated Protobuf code in the repository to allow CI tools t…
Browse files Browse the repository at this point in the history
…o build the codebase without Buf tooling.
  • Loading branch information
mofirouz committed Oct 16, 2024
1 parent d01dae3 commit c797833
Show file tree
Hide file tree
Showing 428 changed files with 287,875 additions and 8 deletions.
9 changes: 1 addition & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
# Created by https://www.gitignore.io/api/git,java,macos,linux,gradle,eclipse,windows,sublimetext,intellij+all,intellij+iml

**/build

## Downloaded code by the shell script
**/proto

## Generated Java code by Buf
**/src/main/java/com/google/
**/src/main/java/com/grpc/
**/src/main/java/com/heroiclabs/nakama/api/
**/src/main/java/com/heroiclabs/nakama/rtapi/
**/src/main/java/com/heroiclabs/satori/api/
**/build

### Custom ###
.BINTRAY
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project are documented below.

The format is based on [keep a changelog](http://keepachangelog.com/) and this project uses [semantic versioning](http://semver.org/).

## [2.5.1] - 2024-10-16

### Changed
- Include generated Protobuf code in the repository to allow CI tools to build the codebase without Buf tooling.

## [2.5.0] - 2024-10-14

### Added
Expand Down
77 changes: 77 additions & 0 deletions src/main/java/com/google/api/AnnotationsProto.java

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c797833

Please sign in to comment.