Browse Source

Remove "Plugin/Sources/protoc-gen-swiftgrpc/templates.swift" from source control.

This file actually gets regenerated by running `make` in the `Plugin` directory, but it is easy to forget to check in changes to it when making changes to the underlying templates. So to avoid inconsistencies, I think it is better to only rely on the user's freshly-generated local copy.
Daniel Alm 7 years ago
parent
commit
6edc72a5bb
2 changed files with 1 additions and 41 deletions
  1. 1 0
      .gitignore
  2. 0 41
      Plugin/Sources/protoc-gen-swiftgrpc/templates.swift

+ 1 - 0
.gitignore

@@ -4,6 +4,7 @@ xcuserdata
 .build
 third_party/**
 Plugin/Packages/**
+Plugin/Sources/protoc-gen-swiftgrpc/templates.swift
 Plugin/protoc-*
 Plugin/swiftgrpc.log
 Plugin/echo.*.swift

File diff suppressed because it is too large
+ 0 - 41
Plugin/Sources/protoc-gen-swiftgrpc/templates.swift


Some files were not shown because too many files changed in this diff