We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6416008 commit 03e5d3eCopy full SHA for 03e5d3e
2 files changed
.gitignore
@@ -18,6 +18,9 @@ bld/
18
[Bb]in/
19
[Oo]bj/
20
21
+# SQL Server types
22
+SqlServerTypes/
23
+
24
# Roslyn cache directories
25
*.ide/
26
@@ -149,7 +152,6 @@ csx/
149
152
AppPackages/
150
153
151
154
# Others
-sql/
155
*.Cache
156
ClientBin/
157
[Ss]tyle[Cc]op.*
test/GeoJSON.Net.Contrib.MsSqlSpatial.Test/GeoJSON.Net.Contrib.MsSqlSpatial.Test.csproj
@@ -90,7 +90,9 @@
90
</ItemGroup>
91
<ItemGroup>
92
<None Include="app.config" />
93
- <None Include="packages.config" />
+ <None Include="packages.config">
94
+ <SubType>Designer</SubType>
95
+ </None>
96
97
98
<Content Include="SqlServerTypes\readme.htm" />
0 commit comments