44# User-specific files
55* .suo
66* .user
7- * .userosscache
87* .sln.docstates
98
10- # User-specific files (MonoDevelop/Xamarin Studio)
11- * .userprefs
12-
139# Build results
10+
1411[Dd ]ebug /
15- [Dd ]ebugPublic /
1612[Rr ]elease /
17- [Rr ]eleases /
1813x64 /
19- x86 /
2014build /
21- bld /
2215[Bb ]in /
2316[Oo ]bj /
2417
25- # Visual Studio 2015 cache/options directory
26- .vs /
27-
2818# MSTest test Results
2919[Tt ]est [Rr ]esult * /
3020[Bb ]uild [Ll ]og. *
3121
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-
41- # DNX
42- project.lock.json
43- artifacts /
44-
4522* _i.c
4623* _p.c
47- * _i.h
4824* .ilk
4925* .meta
5026* .obj
@@ -64,12 +40,9 @@ artifacts/
6440* .vssscc
6541.builds
6642* .pidb
67- * .svclog
43+ * .log
6844* .scc
6945
70- # Chutzpah Test files
71- _Chutzpah *
72-
7346# Visual C++ cache files
7447ipch /
7548* .aps
@@ -83,19 +56,12 @@ ipch/
8356* .vsp
8457* .vspx
8558
86- # TFS 2012 Local Workspace
87- $tf /
88-
8959# Guidance Automation Toolkit
9060* .gpState
9161
9262# ReSharper is a .NET coding add-in
9363_ReSharper * /
9464* . [Rr ]e [Ss ]harper
95- * .DotSettings.user
96-
97- # JustCode is a .NET coding add-in
98- .JustCode
9965
10066# TeamCity is a build add-in
10167_TeamCity *
@@ -104,16 +70,9 @@ _TeamCity*
10470* .dotCover
10571
10672# NCrunch
107- _NCrunch_ *
73+ * .ncrunch *
10874. * crunch * .local.xml
10975
110- # MightyMoose
111- * .mm. *
112- AutoTest.Net /
113-
114- # Web workbench (sass)
115- .sass-cache /
116-
11776# Installshield output folder
11877[Ee ]xpress /
11978
@@ -131,82 +90,73 @@ DocProject/Help/html
13190publish /
13291
13392# Publish Web Output
134- * . [Pp ]ublish.xml
135- * .azurePubxml
136- # # TODO: Comment the next line if you want to checkin your
137- # # web deploy settings but do note that will include unencrypted
138- # # passwords
139- # *.pubxml
140-
141- * .publishproj
142-
143- # NuGet Packages
144- * .nupkg
145- # The packages folder can be ignored because of Package Restore
146- ** /packages /*
147- # except build/, which is used as an MSBuild target.
148- ! ** /packages /build /
149- # Uncomment if necessary however generally it will be regenerated when needed
150- # !**/packages/repositories.config
93+ * .Publish.xml
94+ * .pubxml
95+
96+ # NuGet Packages Directory
97+ # Enable nuget packages restore when building
98+ ! packages /
99+ packages /*
100+ ! packages /repositories.config
151101
152102# Windows Azure Build Output
153- csx /
103+ csx
154104* .build.csdef
155105
156106# Windows Store app package directory
157107AppPackages /
158108
159- # Visual Studio cache files
160- # files ending in .cache can be ignored
161- * . [Cc ]ache
162- # but keep track of directories ending in .cache
163- ! * . [Cc ]ache /
164-
165109# Others
110+ sql /
111+ * .Cache
166112ClientBin /
167113[Ss ]tyle [Cc ]op. *
168114~$ *
169115* ~
170116* .dbmdl
171- * .dbproj.schemaview
117+ * . [ Pp ] ublish.xml
172118* .pfx
173119* .publishsettings
174- node_modules /
175- orleans.codegen.cs
176120
177121# RIA/Silverlight projects
178122Generated_Code /
179123
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 ;-)
124+ # Visual Studio LightSwitch
125+ _Pvt_Extensions /
126+ GeneratedArtifacts /
127+ ServiceConfiguration.cscfg
128+ ModelManifest.xml
129+ generated.parameters.xml
130+ # # TODO: Comment the next line if you want version controls the generated client .xap file
131+ * .Client.xap
132+
133+ # Backup & report files from converting an old project file to a newer
134+ # Visual Studio version. Backup files are not needed, because we have git ;-)
183135_UpgradeReport_Files /
184136Backup * /
185137UpgradeLog * .XML
186138UpgradeLog * .htm
187139
188140# SQL Server files
189- * .mdf
190- * .ldf
141+ App_Data / * .mdf
142+ App_Data / * .ldf
191143
192- # Business Intelligence projects
193- * .rdl.data
194- * .bim.layout
195- * .bim_ * .settings
144+ # =========================
145+ # Windows detritus
146+ # =========================
196147
197- # Microsoft Fakes
198- FakesAssemblies /
148+ # Windows image file caches
149+ Thumbs.db
150+ ehthumbs.db
199151
200- # Node.js Tools for Visual Studio
201- .ntvs_analysis.dat
152+ # Folder config file
153+ Desktop.ini
202154
203- # Visual Studio 6 build log
204- * .plg
155+ # Recycle Bin used on file shares
156+ $RECYCLE.BIN /
205157
206- # Visual Studio 6 workspace options file
207- * .opt
158+ # Mac crap
159+ .DS_Store
208160
209- # LightSwitch generated files
210- GeneratedArtifacts /
211- _Pvt_Extensions /
212- ModelManifest.xml
161+ # VisualStudioCode
162+ .vscode
0 commit comments