11# # Ignore Visual Studio temporary files, build results, and
22# # files generated by popular Visual Studio add-ons.
33
4- # something new with VS2015
5- .vs
6-
74# User-specific files
85* .suo
96* .user
7+ * .userosscache
108* .sln.docstates
119
12- # Build results
10+ # User-specific files (MonoDevelop/Xamarin Studio)
11+ * .userprefs
1312
13+ # Build results
1414[Dd ]ebug /
15+ [Dd ]ebugPublic /
1516[Rr ]elease /
17+ [Rr ]eleases /
1618x64 /
19+ x86 /
1720build /
21+ bld /
1822[Bb ]in /
1923[Oo ]bj /
2024
25+ # Visual Studio 2015 cache/options directory
26+ .vs /
27+ # Uncomment if you have tasks that create the project's static files in wwwroot
28+ # wwwroot/
29+
2130# MSTest test Results
2231[Tt ]est [Rr ]esult * /
2332[Bb ]uild [Ll ]og. *
2433
34+ # NUNIT
35+ * .VisualState.xml
36+ TestResult.xml
37+
38+ # Build Results of an ATL Project
39+ [Dd ]ebugPS /
40+ [Rr ]eleasePS /
41+ dlldata.c
42+
43+ # DNX
44+ project.lock.json
45+ artifacts /
46+
2547* _i.c
2648* _p.c
49+ * _i.h
2750* .ilk
2851* .meta
2952* .obj
@@ -43,9 +66,12 @@ build/
4366* .vssscc
4467.builds
4568* .pidb
46- * .log
69+ * .svclog
4770* .scc
4871
72+ # Chutzpah Test files
73+ _Chutzpah *
74+
4975# Visual C++ cache files
5076ipch /
5177* .aps
@@ -58,26 +84,39 @@ ipch/
5884* .psess
5985* .vsp
6086* .vspx
87+ * .sap
88+
89+ # TFS 2012 Local Workspace
90+ $tf /
6191
6292# Guidance Automation Toolkit
6393* .gpState
6494
6595# ReSharper is a .NET coding add-in
6696_ReSharper * /
6797* . [Rr ]e [Ss ]harper
98+ * .DotSettings.user
99+
100+ # JustCode is a .NET coding add-in
101+ .JustCode
68102
69103# TeamCity is a build add-in
70104_TeamCity *
71105
72106# DotCover is a Code Coverage Tool
73107* .dotCover
74108
75- # resharper
76- * .DotSettings
77-
78109# NCrunch
79- * .ncrunch *
110+ _NCrunch_ *
80111. * crunch * .local.xml
112+ nCrunchTemp_ *
113+
114+ # MightyMoose
115+ * .mm. *
116+ AutoTest.Net /
117+
118+ # Web workbench (sass)
119+ .sass-cache /
81120
82121# Installshield output folder
83122[Ee ]xpress /
@@ -96,48 +135,133 @@ DocProject/Help/html
96135publish /
97136
98137# Publish Web Output
99- * .Publish.xml
138+ * . [Pp ]ublish.xml
139+ * .azurePubxml
140+ # TODO: Comment the next line if you want to checkin your web deploy settings
141+ # but database connection strings (with potential passwords) will be unencrypted
100142* .pubxml
143+ * .publishproj
101144
102- # NuGet Packages Directory
103- # # TODO: If you have NuGet Package Restore enabled, uncomment the next line
104- packages /
145+ # NuGet Packages
146+ * .nupkg
147+ # The packages folder can be ignored because of Package Restore
148+ ** /packages /*
149+ # except build/, which is used as an MSBuild target.
150+ ! ** /packages /build /
151+ # Uncomment if necessary however generally it will be regenerated when needed
152+ # !**/packages/repositories.config
105153
106154# Windows Azure Build Output
107- csx
155+ csx /
108156* .build.csdef
109157
158+ # Windows Azure Emulator
159+ efc /
160+ rfc /
161+
110162# Windows Store app package directory
111163AppPackages /
112164
165+ # Visual Studio cache files
166+ # files ending in .cache can be ignored
167+ * . [Cc ]ache
168+ # but keep track of directories ending in .cache
169+ ! * . [Cc ]ache /
170+
113171# Others
114- sql /
115- * .Cache
116172ClientBin /
117173[Ss ]tyle [Cc ]op. *
118174~$ *
119175* ~
120176* .dbmdl
121- * . [ Pp ] ublish.xml
177+ * .dbproj.schemaview
122178* .pfx
123179* .publishsettings
180+ node_modules /
181+ orleans.codegen.cs
124182
125183# RIA/Silverlight projects
126184Generated_Code /
127185
128- # Backup & report files from converting an old project file to a newer
129- # Visual Studio version. Backup files are not needed, because we have git ;-)
186+ # SDK-style project generated files
187+ Generated /
188+
189+ # Backup & report files from converting an old project file
190+ # to a newer Visual Studio version. Backup files are not needed,
191+ # because we have git ;-)
130192_UpgradeReport_Files /
131193Backup * /
132194UpgradeLog * .XML
133195UpgradeLog * .htm
134196
135197# SQL Server files
136- App_Data /* .mdf
137- App_Data /* .ldf
198+ * .mdf
199+ * .ldf
200+
201+ # Business Intelligence projects
202+ * .rdl.data
203+ * .bim.layout
204+ * .bim_ * .settings
205+
206+ # Microsoft Fakes
207+ FakesAssemblies /
208+
209+ # GhostDoc plugin setting file
210+ * .GhostDoc.xml
211+
212+ # Node.js Tools for Visual Studio
213+ .ntvs_analysis.dat
214+
215+ # Visual Studio 6 build log
216+ * .plg
217+
218+ # Visual Studio 6 workspace options file
219+ * .opt
220+
221+ # Visual Studio LightSwitch build output
222+ ** /* .HTMLClient /GeneratedArtifacts
223+ ** /* .DesktopClient /GeneratedArtifacts
224+ ** /* .DesktopClient /ModelManifest.xml
225+ ** /* .Server /GeneratedArtifacts
226+ ** /* .Server /ModelManifest.xml
227+ _Pvt_Extensions
228+
229+ # Paket dependency manager
230+ .paket /paket.exe
231+
232+ # FAKE - F# Make
233+ .fake /
138234
139235# =========================
140- # Windows detritus
236+ # Operating System Files
237+ # =========================
238+
239+ # OSX
240+ # =========================
241+
242+ .DS_Store
243+ .AppleDouble
244+ .LSOverride
245+
246+ # Thumbnails
247+ ._ *
248+
249+ # Files that might appear in the root of a volume
250+ .DocumentRevisions-V100
251+ .fseventsd
252+ .Spotlight-V100
253+ .TemporaryItems
254+ .Trashes
255+ .VolumeIcon.icns
256+
257+ # Directories potentially created on remote AFP share
258+ .AppleDB
259+ .AppleDesktop
260+ Network Trash Folder
261+ Temporary Items
262+ .apdisk
263+
264+ # Windows
141265# =========================
142266
143267# Windows image file caches
@@ -150,11 +274,15 @@ Desktop.ini
150274# Recycle Bin used on file shares
151275$RECYCLE.BIN /
152276
153- # Mac crap
154- .DS_Store
277+ # Windows Installer files
278+ * .cab
279+ * .msi
280+ * .msm
281+ * .msp
282+
283+ # Windows shortcuts
284+ * .lnk
155285
156286# Claude Code local settings
157- .claude /
158287CLAUDE.local.md
159-
160- src /** /* .g.cs
288+ .claude /
0 commit comments