Skip to content

Commit

Permalink
Ignore proto generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurkehrwald authored and freezy committed Feb 18, 2025
1 parent 7808784 commit 803de48
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 6,428 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -358,4 +358,7 @@ VisualPinball.Engine.Mpf/machine/data/
*.DS_Store

Dependencies/
Dependencies.meta
Dependencies.meta

Runtime/GrpcInterface/Generated/
Runtime/GrpcInterface/Generated.meta
6,176 changes: 0 additions & 6,176 deletions Runtime/GrpcInterface/Platform.cs

This file was deleted.

11 changes: 0 additions & 11 deletions Runtime/GrpcInterface/Platform.cs.meta

This file was deleted.

228 changes: 0 additions & 228 deletions Runtime/GrpcInterface/PlatformGrpc.cs

This file was deleted.

11 changes: 0 additions & 11 deletions Runtime/GrpcInterface/PlatformGrpc.cs.meta

This file was deleted.

2 changes: 1 addition & 1 deletion VisualPinball.Engine.Mpf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

<!-- Configure proto compiler -->
<ItemGroup>
<Protobuf Include="Runtime/GrpcInterface/*.proto" OutputDir="$(ProjectDir)" GrpcServices="Client" />
<Protobuf ProtoRoot="Runtime/GrpcInterface/" Include= "Runtime/GrpcInterface/*.proto" OutputDir="Runtime\GrpcInterface\Generated" GrpcServices="Client" />
</ItemGroup>

<!-- Copy NuGet binaries to 'Dependencies/NuGetDependencies'-->
Expand Down

0 comments on commit 803de48

Please sign in to comment.