@@ -23,15 +23,12 @@ mono_crash.*
23
23
[Rr ]eleases /
24
24
x64 /
25
25
x86 /
26
- [Ww ][Ii ][Nn ]32 /
27
26
[Aa ][Rr ][Mm ]/
28
27
[Aa ][Rr ][Mm ]64 /
29
28
bld /
30
29
[Bb ]in /
31
30
[Oo ]bj /
32
- [Oo ]ut /
33
31
[Ll ]og /
34
- [Ll ]ogs /
35
32
36
33
# Visual Studio 2015/2017 cache/options directory
37
34
.vs /
@@ -45,10 +42,9 @@ Generated\ Files/
45
42
[Tt ]est [Rr ]esult * /
46
43
[Bb ]uild [Ll ]og. *
47
44
48
- # NUnit
45
+ # NUNIT
49
46
* .VisualState.xml
50
47
TestResult.xml
51
- nunit- * .xml
52
48
53
49
# Build Results of an ATL Project
54
50
[Dd ]ebugPS /
@@ -63,9 +59,6 @@ project.lock.json
63
59
project.fragment.lock.json
64
60
artifacts /
65
61
66
- # ASP.NET Scaffolding
67
- ScaffoldingReadMe.txt
68
-
69
62
# StyleCop
70
63
StyleCopReport.xml
71
64
@@ -132,6 +125,9 @@ _ReSharper*/
132
125
* . [Rr ]e [Ss ]harper
133
126
* .DotSettings.user
134
127
128
+ # JustCode is a .NET coding add-in
129
+ .JustCode
130
+
135
131
# TeamCity is a build add-in
136
132
_TeamCity *
137
133
@@ -142,11 +138,6 @@ _TeamCity*
142
138
.axoCover /*
143
139
! .axoCover /settings.json
144
140
145
- # Coverlet is a free, cross platform Code Coverage Tool
146
- coverage * .json
147
- coverage * .xml
148
- coverage * .info
149
-
150
141
# Visual Studio code coverage results
151
142
* .coverage
152
143
* .coveragexml
@@ -194,8 +185,6 @@ PublishScripts/
194
185
195
186
# NuGet Packages
196
187
* .nupkg
197
- # NuGet Symbol Packages
198
- * .snupkg
199
188
# The packages folder can be ignored because of Package Restore
200
189
** /[Pp ]ackages /*
201
190
# except build/, which is used as an MSBuild target.
@@ -271,9 +260,7 @@ ServiceFabricBackup/
271
260
* .bim.layout
272
261
* .bim_ * .settings
273
262
* .rptproj.rsuser
274
- * - [Bb ]ackup.rdl
275
- * - [Bb ]ackup ( [0-9 ]).rdl
276
- * - [Bb ]ackup ( [0-9 ][0-9 ]).rdl
263
+ * - Backup * .rdl
277
264
278
265
# Microsoft Fakes
279
266
FakesAssemblies /
@@ -356,11 +343,80 @@ healthchecksdb
356
343
# Backup folder for Package Reference Convert tool in Visual Studio 2017
357
344
MigrationBackup /
358
345
359
- # Ionide (cross platform F# VS Code tools) working folder
360
- .ionide /
361
346
362
- # Fody - auto-generated XML schema
363
- FodyWeavers.xsd
364
- /src /CoinyProject.WebUI /wwwroot /albums /elements
365
- /tests /CoinyProject.Application.AlbumService.Tests /test /albums /elements
366
- /tests /CoinyProject.Application.AlbumService.Tests /test /albums /elements /6abaf162-05db-4410-afcb-ea8e0a5db912_test.jpg
347
+
348
+ # # VS CODE
349
+ .vscode /*
350
+ ! .vscode /settings.json
351
+ ! .vscode /tasks.json
352
+ ! .vscode /launch.json
353
+ ! .vscode /extensions.json
354
+
355
+
356
+ # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
357
+ # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
358
+
359
+ # User-specific stuff
360
+ .idea /** /workspace.xml
361
+ .idea /** /tasks.xml
362
+ .idea /** /usage.statistics.xml
363
+ .idea /** /dictionaries
364
+ .idea /** /shelf
365
+
366
+ # Generated files
367
+ .idea /** /contentModel.xml
368
+
369
+ # Sensitive or high-churn files
370
+ .idea /** /dataSources /
371
+ .idea /** /dataSources.ids
372
+ .idea /** /dataSources.local.xml
373
+ .idea /** /sqlDataSources.xml
374
+ .idea /** /dynamic.xml
375
+ .idea /** /uiDesigner.xml
376
+ .idea /** /dbnavigator.xml
377
+
378
+ # Gradle
379
+ .idea /** /gradle.xml
380
+ .idea /** /libraries
381
+
382
+ # Gradle and Maven with auto-import
383
+ # When using Gradle or Maven with auto-import, you should exclude module files,
384
+ # since they will be recreated, and may cause churn. Uncomment if using
385
+ # auto-import.
386
+ # .idea/modules.xml
387
+ # .idea/*.iml
388
+ # .idea/modules
389
+
390
+ # CMake
391
+ cmake-build- * /
392
+
393
+ # Mongo Explorer plugin
394
+ .idea /** /mongoSettings.xml
395
+
396
+ # File-based project format
397
+ * .iws
398
+
399
+ # IntelliJ
400
+ out /
401
+
402
+ # mpeltonen/sbt-idea plugin
403
+ .idea
404
+ .idea_modules /
405
+
406
+ # JIRA plugin
407
+ atlassian-ide-plugin.xml
408
+
409
+ # Cursive Clojure plugin
410
+ .idea /replstate.xml
411
+
412
+ # Crashlytics plugin (for Android Studio and IntelliJ)
413
+ com_crashlytics_export_strings.xml
414
+ crashlytics.properties2
415
+ crashlytics-build.properties
416
+ fabric.properties
417
+
418
+ # Editor-based Rest Client
419
+ .idea /httpRequests
420
+
421
+ # Android studio 3.1+ serialized cache file
422
+ .idea /caches /build_file_checksums.ser
0 commit comments