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