kkm
8 лет назад
Родитель
Сommit
3cf219334c
|
@@ -1,5 +1,6 @@
|
|
|
root = true
|
|
root = true
|
|
|
[**]
|
|
[**]
|
|
|
|
|
+charset = utf-8 ; Implies no BOM.
|
|
|
end_of_line = LF
|
|
end_of_line = LF
|
|
|
indent_style = space
|
|
indent_style = space
|
|
|
indent_size = 4
|
|
indent_size = 4
|
|
@@ -1,15 +1,17 @@
|
|
|
-*.xproj.user
|
|
|
|
|
*.userprefs
|
|
*.userprefs
|
|
|
-*.csproj.user
|
|
|
|
|
|
|
+*.user
|
|
|
*.lock.json
|
|
*.lock.json
|
|
|
|
|
+/*.suo
|
|
|
|
|
+/*.sdf
|
|
|
|
|
+/.vs/
|
|
|
|
|
+bin/
|
|
|
|
|
+obj/
|
|
|
|
|
+*.nupkg
|
|
|
StyleCop.Cache
|
|
StyleCop.Cache
|
|
|
-test-results
|
|
|
|
|
-packages
|
|
|
|
|
-Grpc.v12.suo
|
|
|
|
|
-Grpc.sdf
|
|
|
|
|
|
|
+/packages/
|
|
|
|
|
+/protoc_plugins/
|
|
|
|
|
|
|
|
|
|
+test-results/
|
|
|
TestResult.xml
|
|
TestResult.xml
|
|
|
coverage_results.xml
|
|
coverage_results.xml
|
|
|
/TestResults
|
|
/TestResults
|
|
|
-.vs/
|
|
|
|
|
-*.nupkg
|
|
|