Skip to content

Commit 803de48

Browse files
arthurkehrwaldfreezy
authored andcommitted
Ignore proto generated files
1 parent 7808784 commit 803de48

File tree

6 files changed

+5
-6428
lines changed

6 files changed

+5
-6428
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,4 +358,7 @@ VisualPinball.Engine.Mpf/machine/data/
358358
*.DS_Store
359359

360360
Dependencies/
361-
Dependencies.meta
361+
Dependencies.meta
362+
363+
Runtime/GrpcInterface/Generated/
364+
Runtime/GrpcInterface/Generated.meta

Runtime/GrpcInterface/Platform.cs

Lines changed: 0 additions & 6176 deletions
This file was deleted.

Runtime/GrpcInterface/Platform.cs.meta

Lines changed: 0 additions & 11 deletions
This file was deleted.

Runtime/GrpcInterface/PlatformGrpc.cs

Lines changed: 0 additions & 228 deletions
This file was deleted.

Runtime/GrpcInterface/PlatformGrpc.cs.meta

Lines changed: 0 additions & 11 deletions
This file was deleted.

VisualPinball.Engine.Mpf.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949

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

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

0 commit comments

Comments
 (0)