1
1
# # Ignore Visual Studio temporary files, build results, and
2
2
# # files generated by popular Visual Studio add-ons.
3
3
4
- # lib
5
- lib /
6
-
7
4
# User-specific files
8
5
* .suo
9
6
* .user
13
10
# User-specific files (MonoDevelop/Xamarin Studio)
14
11
* .userprefs
15
12
13
+ # Cake Build Related
14
+ tools /Cake /
15
+ tools /packages.config.md5sum
16
+
16
17
# Build results
17
18
[Dd ]ebug /
18
19
[Dd ]ebugPublic /
23
24
bld /
24
25
[Bb ]in /
25
26
[Oo ]bj /
27
+ [Ll ]og /
26
28
27
29
# Visual Studio 2015 cache/options directory
28
30
.vs /
82
84
* .opensdf
83
85
* .sdf
84
86
* .cachefile
87
+ * .VC.db
88
+ * .VC.VC.opendb
85
89
86
90
# Visual Studio profiler
87
91
* .psess
@@ -140,11 +144,16 @@ publish/
140
144
# Publish Web Output
141
145
* . [Pp ]ublish.xml
142
146
* .azurePubxml
143
- # TODO: Comment the next line if you want to checkin your web deploy settings
147
+ # TODO: Comment the next line if you want to checkin your web deploy settings
144
148
# but database connection strings (with potential passwords) will be unencrypted
145
149
* .pubxml
146
150
* .publishproj
147
151
152
+ # Microsoft Azure Web App publish settings. Comment the next line if you want to
153
+ # checkin your Azure Web App publish settings, but sensitive information contained
154
+ # in these scripts will be unencrypted
155
+ PublishScripts /
156
+
148
157
# NuGet Packages
149
158
* .nupkg
150
159
# The packages folder can be ignored because of Package Restore
@@ -165,12 +174,11 @@ csx/
165
174
ecf /
166
175
rcf /
167
176
168
- # Microsoft Azure ApplicationInsights config file
169
- ApplicationInsights.config
170
-
171
- # Windows Store app package directory
177
+ # Windows Store app package directories and files
172
178
AppPackages /
173
179
BundleArtifacts /
180
+ Package.StoreAssociation.xml
181
+ _pkginfo.txt
174
182
175
183
# Visual Studio cache files
176
184
# files ending in .cache can be ignored
@@ -189,6 +197,10 @@ ClientBin/
189
197
node_modules /
190
198
orleans.codegen.cs
191
199
200
+ # Since there are multiple workflows, uncomment next line to ignore bower_components
201
+ # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
202
+ # bower_components/
203
+
192
204
# RIA/Silverlight projects
193
205
Generated_Code /
194
206
@@ -234,6 +246,7 @@ _Pvt_Extensions
234
246
235
247
# Paket dependency manager
236
248
.paket /paket.exe
249
+ paket-files /
237
250
238
251
# FAKE - F# Make
239
252
.fake /
@@ -242,5 +255,5 @@ _Pvt_Extensions
242
255
.idea /
243
256
* .sln.iml
244
257
245
- # VS Code
246
- .vscode /
258
+ # nuget.exe
259
+ ** / nuget.exe
0 commit comments