1- # # Ignore Visual Studio temporary files, build results, and
2- # # files generated by popular Visual Studio add-ons.
3-
41# User-specific files
52* .suo
63* .user
74* .userosscache
85* .sln.docstates
96
10- # User-specific files (MonoDevelop/Xamarin Studio)
11- * .userprefs
12-
137# Build results
148[Dd ]ebug /
159[Dd ]ebugPublic /
@@ -22,122 +16,26 @@ bld/
2216[Bb ]in /
2317[Oo ]bj /
2418
19+ # Coverity output
20+ cov-int /
21+
2522# Visual Studio 2015 cache/options directory
2623.vs /
2724
28- # MSTest test Results
29- [Tt ]est [Rr ]esult * /
30- [Bb ]uild [Ll ]og. *
31-
32- # NUNIT
33- * .VisualState.xml
34- TestResult.xml
35-
36- # Build Results of an ATL Project
37- [Dd ]ebugPS /
38- [Rr ]eleasePS /
39- dlldata.c
40-
4125# DNX
4226project.lock.json
4327artifacts /
4428
45- * _i.c
46- * _p.c
47- * _i.h
48- * .ilk
49- * .obj
50- * .pch
51- * .pdb
52- * .pgc
53- * .pgd
54- * .rsp
55- * .sbr
56- * .tlb
57- * .tli
58- * .tlh
59- * .tmp
60- * .tmp_proj
61- * .log
62- * .vspscc
63- * .vssscc
64- .builds
65- * .pidb
66- * .svclog
67- * .scc
68-
69- # Chutzpah Test files
70- _Chutzpah *
71-
72- # Visual C++ cache files
73- ipch /
74- * .aps
75- * .ncb
76- * .opensdf
77- * .sdf
78- * .cachefile
79-
8029# Visual Studio profiler
8130* .psess
8231* .vsp
8332* .vspx
8433
85- # TFS 2012 Local Workspace
86- $tf /
87-
88- # Guidance Automation Toolkit
89- * .gpState
90-
91- # ReSharper is a .NET coding add-in
92- _ReSharper * /
93- * . [Rr ]e [Ss ]harper
94- * .DotSettings.user
95-
96- # JustCode is a .NET coding add-in
97- .JustCode
98-
99- # TeamCity is a build add-in
100- _TeamCity *
101-
102- # DotCover is a Code Coverage Tool
103- * .dotCover
104-
105- # NCrunch
106- _NCrunch_ *
107- . * crunch * .local.xml
108-
109- # MightyMoose
110- * .mm. *
111- AutoTest.Net /
112-
113- # Web workbench (sass)
114- .sass-cache /
115-
116- # Installshield output folder
117- [Ee ]xpress /
118-
119- # DocProject is a documentation generator add-in
120- DocProject /buildhelp /
121- DocProject /Help /* .HxT
122- DocProject /Help /* .HxC
123- DocProject /Help /* .hhc
124- DocProject /Help /* .hhk
125- DocProject /Help /* .hhp
126- DocProject /Help /Html2
127- DocProject /Help /html
34+ # Visual Studio Code
35+ .vscode
12836
12937# Click-Once directory
130- publish /
131-
132- # Publish Web Output
133- * . [Pp ]ublish.xml
134- * .azurePubxml
135- # # TODO: Comment the next line if you want to checkin your
136- # # web deploy settings but do note that will include unencrypted
137- # # passwords
138- # *.pubxml
139-
140- * .publishproj
38+ [Pp ]ublish /
14139
14240# NuGet Packages
14341* .nupkg
@@ -161,52 +59,8 @@ AppPackages/
16159# but keep track of directories ending in .cache
16260! * . [Cc ]ache /
16361
164- # Others
165- ClientBin /
166- [Ss ]tyle [Cc ]op. *
167- ~$ *
168- * ~
169- * .dbmdl
170- * .dbproj.schemaview
171- * .pfx
172- * .publishsettings
173- node_modules /
174- orleans.codegen.cs
175- .fake
176-
177- # RIA/Silverlight projects
178- Generated_Code /
179-
180- # Backup & report files from converting an old project file
181- # to a newer Visual Studio version. Backup files are not needed,
182- # because we have git ;-)
183- _UpgradeReport_Files /
184- Backup * /
185- UpgradeLog * .XML
186- UpgradeLog * .htm
187-
188- # SQL Server files
189- * .mdf
190- * .ldf
191-
192- # Business Intelligence projects
193- * .rdl.data
194- * .bim.layout
195- * .bim_ * .settings
196-
197- # Microsoft Fakes
198- FakesAssemblies /
199-
200- # Node.js Tools for Visual Studio
201- .ntvs_analysis.dat
202-
203- # Visual Studio 6 build log
204- * .plg
205-
206- # Visual Studio 6 workspace options file
207- * .opt
62+ # Fake
63+ .fake /
20864
209- # LightSwitch generated files
210- GeneratedArtifacts /
211- _Pvt_Extensions /
212- ModelManifest.xml
65+ # No APK
66+ * .apk
0 commit comments