Merge pull request #14683 from kkm000/package-grpc-tools-nits

Minor changes to control files from Tools package rework
pull/14841/head
Jan Tattermusch 7 years ago committed by GitHub
commit 818cf05440
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/csharp/.editorconfig
  2. 18
      src/csharp/.gitignore

@ -1,5 +1,6 @@
root = true
[**]
charset = utf-8 ; Implies no BOM.
end_of_line = LF
indent_style = space
indent_size = 4

@ -1,15 +1,17 @@
*.xproj.user
*.userprefs
*.csproj.user
*.user
*.lock.json
/*.suo
/*.sdf
/.vs/
bin/
obj/
*.nupkg
StyleCop.Cache
test-results
packages
Grpc.v12.suo
Grpc.sdf
/packages/
/protoc_plugins/
test-results/
TestResult.xml
coverage_results.xml
/TestResults
.vs/
*.nupkg

Loading…
Cancel
Save