1
1
# # Ignore Visual Studio temporary files, build results, and
2
2
# # files generated by popular Visual Studio add-ons.
3
+ # #
4
+ # # Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
3
5
4
6
# User-specific files
5
7
* .suo
6
8
* .user
9
+ * .userosscache
7
10
* .sln.docstates
8
11
12
+ # User-specific files (MonoDevelop/Xamarin Studio)
13
+ * .userprefs
14
+
9
15
# Build results
10
16
[Dd ]ebug /
11
17
[Dd ]ebugPublic /
12
18
[Rr ]elease /
19
+ [Rr ]eleases /
13
20
x64 /
14
- build /
21
+ x86 /
15
22
bld /
16
- generated /
17
- [Pp ]ackages /
18
23
[Bb ]in /
19
24
[Oo ]bj /
25
+ [Ll ]og /
20
26
21
- # Roslyn cache directories
22
- * .ide /
27
+ # Visual Studio 2015 cache/options directory
28
+ .vs /
29
+ # Uncomment if you have tasks that create the project's static files in wwwroot
30
+ # wwwroot/
23
31
24
32
# MSTest test Results
25
33
[Tt ]est [Rr ]esult * /
26
34
[Bb ]uild [Ll ]og. *
27
35
28
- # NUNIT
36
+ # NUNIT
29
37
* .VisualState.xml
30
38
TestResult.xml
31
39
@@ -34,6 +42,12 @@ TestResult.xml
34
42
[Rr ]eleasePS /
35
43
dlldata.c
36
44
45
+ # .NET Core
46
+ project.lock.json
47
+ project.fragment.lock.json
48
+ artifacts /
49
+ ** /Properties /launchSettings.json
50
+
37
51
* _i.c
38
52
* _p.c
39
53
* _i.h
@@ -66,14 +80,18 @@ _Chutzpah*
66
80
ipch /
67
81
* .aps
68
82
* .ncb
83
+ * .opendb
69
84
* .opensdf
70
85
* .sdf
71
86
* .cachefile
87
+ * .VC.db
88
+ * .VC.VC.opendb
72
89
73
90
# Visual Studio profiler
74
91
* .psess
75
92
* .vsp
76
93
* .vspx
94
+ * .sap
77
95
78
96
# TFS 2012 Local Workspace
79
97
$tf /
@@ -86,7 +104,7 @@ _ReSharper*/
86
104
* . [Rr ]e [Ss ]harper
87
105
* .DotSettings.user
88
106
89
- # JustCode is a .NET coding addin -in
107
+ # JustCode is a .NET coding add -in
90
108
.JustCode
91
109
92
110
# TeamCity is a build add-in
@@ -95,9 +113,14 @@ _TeamCity*
95
113
# DotCover is a Code Coverage Tool
96
114
* .dotCover
97
115
116
+ # Visual Studio code coverage results
117
+ * .coverage
118
+ * .coveragexml
119
+
98
120
# NCrunch
99
121
_NCrunch_ *
100
122
. * crunch * .local.xml
123
+ nCrunchTemp_ *
101
124
102
125
# MightyMoose
103
126
* .mm. *
@@ -125,44 +148,62 @@ publish/
125
148
# Publish Web Output
126
149
* . [Pp ]ublish.xml
127
150
* .azurePubxml
128
- # # TODO: Comment the next line if you want to checkin your
129
- # # web deploy settings but do note that will include unencrypted
130
- # # passwords
131
- # *.pubxml
132
-
133
- # NuGet Packages Directory
134
- packages /*
135
- # # TODO: If the tool you use requires repositories.config
136
- # # uncomment the next line
137
- # !packages/repositories.config
138
-
139
- # Enable "build/" folder in the NuGet Packages folder since
140
- # NuGet packages use it for MSBuild targets.
141
- # This line needs to be after the ignore of the build folder
142
- # (and the packages folder if the line above has been uncommented)
143
- ! packages /build /
144
-
145
- # Windows Azure Build Output
151
+ # TODO: Comment the next line if you want to checkin your web deploy settings
152
+ # but database connection strings (with potential passwords) will be unencrypted
153
+ * .pubxml
154
+ * .publishproj
155
+
156
+ # Microsoft Azure Web App publish settings. Comment the next line if you want to
157
+ # checkin your Azure Web App publish settings, but sensitive information contained
158
+ # in these scripts will be unencrypted
159
+ PublishScripts /
160
+
161
+ # NuGet Packages
162
+ * .nupkg
163
+ # The packages folder can be ignored because of Package Restore
164
+ ** /packages /*
165
+ # except build/, which is used as an MSBuild target.
166
+ ! ** /packages /build /
167
+ # Uncomment if necessary however generally it will be regenerated when needed
168
+ # !**/packages/repositories.config
169
+ # NuGet v3's project.json files produces more ignorable files
170
+ * .nuget.props
171
+ * .nuget.targets
172
+
173
+ # Microsoft Azure Build Output
146
174
csx /
147
175
* .build.csdef
148
176
149
- # Windows Store app package directory
177
+ # Microsoft Azure Emulator
178
+ ecf /
179
+ rcf /
180
+
181
+ # Windows Store app package directories and files
150
182
AppPackages /
183
+ BundleArtifacts /
184
+ Package.StoreAssociation.xml
185
+ _pkginfo.txt
186
+
187
+ # Visual Studio cache files
188
+ # files ending in .cache can be ignored
189
+ * . [Cc ]ache
190
+ # but keep track of directories ending in .cache
191
+ ! * . [Cc ]ache /
151
192
152
193
# Others
153
- sql /
154
- * .Cache
155
194
ClientBin /
156
- [Ss ]tyle [Cc ]op. *
157
195
~$ *
158
196
* ~
159
197
* .dbmdl
160
198
* .dbproj.schemaview
199
+ * .jfm
161
200
* .pfx
162
201
* .publishsettings
163
- node_modules /
164
- bower_components /
165
- .DS_Store
202
+ orleans.codegen.cs
203
+
204
+ # Since there are multiple workflows, uncomment next line to ignore bower_components
205
+ # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
206
+ # bower_components/
166
207
167
208
# RIA/Silverlight projects
168
209
Generated_Code /
@@ -178,6 +219,7 @@ UpgradeLog*.htm
178
219
# SQL Server files
179
220
* .mdf
180
221
* .ldf
222
+ * .ndf
181
223
182
224
# Business Intelligence projects
183
225
* .rdl.data
@@ -187,10 +229,64 @@ UpgradeLog*.htm
187
229
# Microsoft Fakes
188
230
FakesAssemblies /
189
231
190
- # LightSwitch generated files
191
- GeneratedArtifacts /
192
- _Pvt_Extensions /
193
- ModelManifest.xml
232
+ # GhostDoc plugin setting file
233
+ * .GhostDoc.xml
234
+
235
+ # Node.js Tools for Visual Studio
236
+ .ntvs_analysis.dat
237
+ node_modules /
238
+
239
+ # Typescript v1 declaration files
240
+ typings /
241
+
242
+ # Visual Studio 6 build log
243
+ * .plg
244
+
245
+ # Visual Studio 6 workspace options file
246
+ * .opt
247
+
248
+ # Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
249
+ * .vbw
250
+
251
+ # Visual Studio LightSwitch build output
252
+ ** /* .HTMLClient /GeneratedArtifacts
253
+ ** /* .DesktopClient /GeneratedArtifacts
254
+ ** /* .DesktopClient /ModelManifest.xml
255
+ ** /* .Server /GeneratedArtifacts
256
+ ** /* .Server /ModelManifest.xml
257
+ _Pvt_Extensions
258
+
259
+ # Paket dependency manager
260
+ .paket /paket.exe
261
+ paket-files /
262
+
263
+ # FAKE - F# Make
264
+ .fake /
265
+
266
+ # JetBrains Rider
267
+ .idea /
268
+ * .sln.iml
269
+
270
+ # CodeRush
271
+ .cr /
272
+
273
+ # Python Tools for Visual Studio (PTVS)
274
+ __pycache__ /
275
+ * .pyc
276
+
277
+ # Cake - Uncomment if you are using it
278
+ # tools/**
279
+ # !tools/packages.config
280
+
281
+ # Telerik's JustMock configuration file
282
+ * .jmconfig
283
+
284
+ # BizTalk build output
285
+ * .btp.cs
286
+ * .btm.cs
287
+ * .odx.cs
288
+ * .xsd.cs
194
289
195
290
.paket /
196
291
.fake /
292
+ generated /
0 commit comments