1
- # ## Csharp ###
2
1
# # Ignore Visual Studio temporary files, build results, and
3
2
# # files generated by popular Visual Studio add-ons.
4
- # #
5
- # # Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
6
3
7
4
# User-specific files
8
5
* .suo
9
6
* .user
10
7
* .userosscache
11
8
* .sln.docstates
12
9
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
- x64 /
22
- x86 /
21
+ [Xx ]64 /
22
+ [Xx ]86 /
23
+ [Bb ]uild /
23
24
bld /
24
25
[Bb ]in /
25
26
[Oo ]bj /
26
- [Ll ]og /
27
+
28
+
27
29
28
30
# Visual Studio 2015 cache/options directory
29
31
.vs /
@@ -43,11 +45,9 @@ TestResult.xml
43
45
[Rr ]eleasePS /
44
46
dlldata.c
45
47
46
- # .NET Core
48
+ # DNX
47
49
project.lock.json
48
- project.fragment.lock.json
49
50
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
90
89
91
90
# Visual Studio profiler
92
91
* .psess
@@ -114,10 +113,6 @@ _TeamCity*
114
113
# DotCover is a Code Coverage Tool
115
114
* .dotCover
116
115
117
- # Visual Studio code coverage results
118
- * .coverage
119
- * .coveragexml
120
-
121
116
# NCrunch
122
117
_NCrunch_ *
123
118
. * crunch * .local.xml
@@ -149,18 +144,13 @@ publish/
149
144
# Publish Web Output
150
145
* . [Pp ]ublish.xml
151
146
* .azurePubxml
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.
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
155
151
# *.pubxml
156
- * .pubxml.user
157
152
* .publishproj
158
153
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
-
164
154
# NuGet Packages
165
155
* .nupkg
166
156
# The packages folder can be ignored because of Package Restore
@@ -169,7 +159,7 @@ PublishScripts/
169
159
! ** /packages /build /
170
160
# Uncomment if necessary however generally it will be regenerated when needed
171
161
# !**/packages/repositories.config
172
- # NuGet v3's project.json files produces more ignorable files
162
+ # NuGet v3's project.json files produces more ignoreable files
173
163
* .nuget.props
174
164
* .nuget.targets
175
165
@@ -181,11 +171,9 @@ csx/
181
171
ecf /
182
172
rcf /
183
173
184
- # Windows Store app package directories and files
174
+ # Windows Store app package directory
185
175
AppPackages /
186
176
BundleArtifacts /
187
- Package.StoreAssociation.xml
188
- _pkginfo.txt
189
177
190
178
# Visual Studio cache files
191
179
# files ending in .cache can be ignored
@@ -195,19 +183,16 @@ _pkginfo.txt
195
183
196
184
# Others
197
185
ClientBin /
186
+ [Ss ]tyle [Cc ]op. *
198
187
~$ *
199
188
* ~
200
189
* .dbmdl
201
190
* .dbproj.schemaview
202
- * .jfm
203
191
* .pfx
204
192
* .publishsettings
193
+ node_modules /
205
194
orleans.codegen.cs
206
195
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
-
211
196
# RIA/Silverlight projects
212
197
Generated_Code /
213
198
@@ -222,7 +207,6 @@ UpgradeLog*.htm
222
207
# SQL Server files
223
208
* .mdf
224
209
* .ldf
225
- * .ndf
226
210
227
211
# Business Intelligence projects
228
212
* .rdl.data
@@ -237,20 +221,13 @@ FakesAssemblies/
237
221
238
222
# Node.js Tools for Visual Studio
239
223
.ntvs_analysis.dat
240
- node_modules /
241
-
242
- # Typescript v1 declaration files
243
- typings /
244
224
245
225
# Visual Studio 6 build log
246
226
* .plg
247
227
248
228
# Visual Studio 6 workspace options file
249
229
* .opt
250
230
251
- # Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
252
- * .vbw
253
-
254
231
# Visual Studio LightSwitch build output
255
232
** /* .HTMLClient /GeneratedArtifacts
256
233
** /* .DesktopClient /GeneratedArtifacts
@@ -259,36 +236,12 @@ typings/
259
236
** /* .Server /ModelManifest.xml
260
237
_Pvt_Extensions
261
238
239
+ # LightSwitch generated files
240
+ GeneratedArtifacts /
241
+ ModelManifest.xml
242
+
262
243
# Paket dependency manager
263
244
.paket /paket.exe
264
- paket-files /
265
245
266
246
# FAKE - F# Make
267
247
.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