1
+ # ## Csharp ###
1
2
# # Ignore Visual Studio temporary files, build results, and
2
3
# # files generated by popular Visual Studio add-ons.
4
+ # #
5
+ # # Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
3
6
4
7
# User-specific files
5
8
* .suo
6
9
* .user
7
10
* .userosscache
8
11
* .sln.docstates
9
12
10
- ! * .exe
11
- ! * .dll
12
-
13
13
# User-specific files (MonoDevelop/Xamarin Studio)
14
14
* .userprefs
15
15
18
18
[Dd ]ebugPublic /
19
19
[Rr ]elease /
20
20
[Rr ]eleases /
21
- [Xx ]64 /
22
- [Xx ]86 /
23
- [Bb ]uild /
21
+ x64 /
22
+ x86 /
24
23
bld /
25
24
[Bb ]in /
26
25
[Oo ]bj /
27
-
28
-
26
+ [Ll ]og /
29
27
30
28
# Visual Studio 2015 cache/options directory
31
29
.vs /
@@ -45,9 +43,11 @@ TestResult.xml
45
43
[Rr ]eleasePS /
46
44
dlldata.c
47
45
48
- # DNX
46
+ # .NET Core
49
47
project.lock.json
48
+ project.fragment.lock.json
50
49
artifacts /
50
+ ** /Properties /launchSettings.json
51
51
52
52
* _i.c
53
53
* _p.c
86
86
* .sdf
87
87
* .cachefile
88
88
* .VC.db
89
+ * .VC.VC.opendb
89
90
90
91
# Visual Studio profiler
91
92
* .psess
@@ -113,6 +114,10 @@ _TeamCity*
113
114
# DotCover is a Code Coverage Tool
114
115
* .dotCover
115
116
117
+ # Visual Studio code coverage results
118
+ * .coverage
119
+ * .coveragexml
120
+
116
121
# NCrunch
117
122
_NCrunch_ *
118
123
. * crunch * .local.xml
@@ -144,13 +149,18 @@ publish/
144
149
# Publish Web Output
145
150
* . [Pp ]ublish.xml
146
151
* .azurePubxml
147
-
148
- # TODO: Un-comment the next line if you do not want to checkin
149
- # your web deploy settings because they may include unencrypted
150
- # passwords
152
+ # TODO: Uncomment the next line to ignore your web deploy settings.
153
+ # By default, sensitive information, such as encrypted password
154
+ # should be stored in the .pubxml.user file.
151
155
# *.pubxml
156
+ * .pubxml.user
152
157
* .publishproj
153
158
159
+ # Microsoft Azure Web App publish settings. Comment the next line if you want to
160
+ # checkin your Azure Web App publish settings, but sensitive information contained
161
+ # in these scripts will be unencrypted
162
+ PublishScripts /
163
+
154
164
# NuGet Packages
155
165
* .nupkg
156
166
# The packages folder can be ignored because of Package Restore
@@ -159,7 +169,7 @@ publish/
159
169
! ** /packages /build /
160
170
# Uncomment if necessary however generally it will be regenerated when needed
161
171
# !**/packages/repositories.config
162
- # NuGet v3's project.json files produces more ignoreable files
172
+ # NuGet v3's project.json files produces more ignorable files
163
173
* .nuget.props
164
174
* .nuget.targets
165
175
@@ -171,9 +181,11 @@ csx/
171
181
ecf /
172
182
rcf /
173
183
174
- # Windows Store app package directory
184
+ # Windows Store app package directories and files
175
185
AppPackages /
176
186
BundleArtifacts /
187
+ Package.StoreAssociation.xml
188
+ _pkginfo.txt
177
189
178
190
# Visual Studio cache files
179
191
# files ending in .cache can be ignored
@@ -183,16 +195,19 @@ BundleArtifacts/
183
195
184
196
# Others
185
197
ClientBin /
186
- [Ss ]tyle [Cc ]op. *
187
198
~$ *
188
199
* ~
189
200
* .dbmdl
190
201
* .dbproj.schemaview
202
+ * .jfm
191
203
* .pfx
192
204
* .publishsettings
193
- node_modules /
194
205
orleans.codegen.cs
195
206
207
+ # Since there are multiple workflows, uncomment next line to ignore bower_components
208
+ # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
209
+ # bower_components/
210
+
196
211
# RIA/Silverlight projects
197
212
Generated_Code /
198
213
@@ -207,6 +222,7 @@ UpgradeLog*.htm
207
222
# SQL Server files
208
223
* .mdf
209
224
* .ldf
225
+ * .ndf
210
226
211
227
# Business Intelligence projects
212
228
* .rdl.data
@@ -221,13 +237,20 @@ FakesAssemblies/
221
237
222
238
# Node.js Tools for Visual Studio
223
239
.ntvs_analysis.dat
240
+ node_modules /
241
+
242
+ # Typescript v1 declaration files
243
+ typings /
224
244
225
245
# Visual Studio 6 build log
226
246
* .plg
227
247
228
248
# Visual Studio 6 workspace options file
229
249
* .opt
230
250
251
+ # Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
252
+ * .vbw
253
+
231
254
# Visual Studio LightSwitch build output
232
255
** /* .HTMLClient /GeneratedArtifacts
233
256
** /* .DesktopClient /GeneratedArtifacts
@@ -236,12 +259,36 @@ FakesAssemblies/
236
259
** /* .Server /ModelManifest.xml
237
260
_Pvt_Extensions
238
261
239
- # LightSwitch generated files
240
- GeneratedArtifacts /
241
- ModelManifest.xml
242
-
243
262
# Paket dependency manager
244
263
.paket /paket.exe
264
+ paket-files /
245
265
246
266
# FAKE - F# Make
247
267
.fake /
268
+
269
+ # JetBrains Rider
270
+ .idea /
271
+ * .sln.iml
272
+
273
+ # CodeRush
274
+ .cr /
275
+
276
+ # Python Tools for Visual Studio (PTVS)
277
+ __pycache__ /
278
+ * .pyc
279
+
280
+ # Cake - Uncomment if you are using it
281
+ # tools/**
282
+ # !tools/packages.config
283
+
284
+ # Telerik's JustMock configuration file
285
+ * .jmconfig
286
+
287
+ # BizTalk build output
288
+ * .btp.cs
289
+ * .btm.cs
290
+ * .odx.cs
291
+ * .xsd.cs
292
+
293
+
294
+ # End of
0 commit comments