1- # Created by https://www.gitignore.io
1+ # Created by https://www.gitignore.io/api/visualstudio
22
3- # ## Unity ###
4- [ Ll ] ibrary /
5- [ Tt ] emp /
6- [ Oo ] bj /
7- [ Bb ] uild /
3+ # ## VisualStudio ###
4+ # # Ignore Visual Studio temporary files, build results, and
5+ # # files generated by popular Visual Studio add-ons.
6+ # #
7+ # # Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
88
9- # Autogenerated VS/MD solution and project files
10- * .csproj
11- * .unityproj
12- * .sln
9+ # User-specific files
1310* .suo
14- * .tmp
1511* .user
12+ * .userosscache
13+ * .sln.docstates
14+
15+ # User-specific files (MonoDevelop/Xamarin Studio)
1616* .userprefs
17+
18+ # Build results
19+ [Dd ]ebug /
20+ [Dd ]ebugPublic /
21+ [Rr ]elease /
22+ [Rr ]eleases /
23+ x64 /
24+ x86 /
25+ bld /
26+ [Bb ]in /
27+ [Oo ]bj /
28+ [Ll ]og /
29+
30+ # Visual Studio 2015/2017 cache/options directory
31+ .vs /
32+ # Uncomment if you have tasks that create the project's static files in wwwroot
33+ # wwwroot/
34+
35+ # Visual Studio 2017 auto generated files
36+ Generated \ Files /
37+
38+ # MSTest test Results
39+ [Tt ]est [Rr ]esult * /
40+ [Bb ]uild [Ll ]og. *
41+
42+ # NUNIT
43+ * .VisualState.xml
44+ TestResult.xml
45+
46+ # Build Results of an ATL Project
47+ [Dd ]ebugPS /
48+ [Rr ]eleasePS /
49+ dlldata.c
50+
51+ # Benchmark Results
52+ BenchmarkDotNet.Artifacts /
53+
54+ # .NET Core
55+ project.lock.json
56+ project.fragment.lock.json
57+ artifacts /
58+
59+ # StyleCop
60+ StyleCopReport.xml
61+
62+ # Files built by Visual Studio
63+ * _i.c
64+ * _p.c
65+ * _i.h
66+ * .ilk
67+ * .meta
68+ * .obj
69+ * .iobj
70+ * .pch
71+ * .pdb
72+ * .ipdb
73+ * .pgc
74+ * .pgd
75+ * .rsp
76+ * .sbr
77+ * .tlb
78+ * .tli
79+ * .tlh
80+ * .tmp
81+ * .tmp_proj
82+ * .log
83+ * .vspscc
84+ * .vssscc
85+ .builds
1786* .pidb
18- * .booproj
87+ * .svclog
88+ * .scc
89+
90+ # Chutzpah Test files
91+ _Chutzpah *
92+
93+ # Visual C++ cache files
94+ ipch /
95+ * .aps
96+ * .ncb
97+ * .opendb
98+ * .opensdf
99+ * .sdf
100+ * .cachefile
101+ * .VC.db
102+ * .VC.VC.opendb
103+
104+ # Visual Studio profiler
105+ * .psess
106+ * .vsp
107+ * .vspx
108+ * .sap
109+
110+ # Visual Studio Trace Files
111+ * .e2e
112+
113+ # TFS 2012 Local Workspace
114+ $tf /
115+
116+ # Guidance Automation Toolkit
117+ * .gpState
118+
119+ # ReSharper is a .NET coding add-in
120+ _ReSharper * /
121+ * . [Rr ]e [Ss ]harper
122+ * .DotSettings.user
123+
124+ # JustCode is a .NET coding add-in
125+ .JustCode
126+
127+ # TeamCity is a build add-in
128+ _TeamCity *
129+
130+ # DotCover is a Code Coverage Tool
131+ * .dotCover
132+
133+ # AxoCover is a Code Coverage Tool
134+ .axoCover /*
135+ ! .axoCover /settings.json
136+
137+ # Visual Studio code coverage results
138+ * .coverage
139+ * .coveragexml
140+
141+ # NCrunch
142+ _NCrunch_ *
143+ . * crunch * .local.xml
144+ nCrunchTemp_ *
145+
146+ # MightyMoose
147+ * .mm. *
148+ AutoTest.Net /
149+
150+ # Web workbench (sass)
151+ .sass-cache /
152+
153+ # Installshield output folder
154+ [Ee ]xpress /
155+
156+ # DocProject is a documentation generator add-in
157+ DocProject /buildhelp /
158+ DocProject /Help /* .HxT
159+ DocProject /Help /* .HxC
160+ DocProject /Help /* .hhc
161+ DocProject /Help /* .hhk
162+ DocProject /Help /* .hhp
163+ DocProject /Help /Html2
164+ DocProject /Help /html
165+
166+ # Click-Once directory
167+ publish /
168+
169+ # Publish Web Output
170+ * . [Pp ]ublish.xml
171+ * .azurePubxml
172+ # Note: Comment the next line if you want to checkin your web deploy settings,
173+ # but database connection strings (with potential passwords) will be unencrypted
174+ * .pubxml
175+ * .publishproj
176+
177+ # Microsoft Azure Web App publish settings. Comment the next line if you want to
178+ # checkin your Azure Web App publish settings, but sensitive information contained
179+ # in these scripts will be unencrypted
180+ PublishScripts /
181+
182+ # NuGet Packages
183+ * .nupkg
184+ # The packages folder can be ignored because of Package Restore
185+ ** /[Pp ]ackages /*
186+ # except build/, which is used as an MSBuild target.
187+ ! ** /[Pp ]ackages /build /
188+ # Uncomment if necessary however generally it will be regenerated when needed
189+ # !**/[Pp]ackages/repositories.config
190+ # NuGet v3's project.json files produces more ignorable files
191+ * .nuget.props
192+ * .nuget.targets
193+
194+ # Microsoft Azure Build Output
195+ csx /
196+ * .build.csdef
197+
198+ # Microsoft Azure Emulator
199+ ecf /
200+ rcf /
201+
202+ # Windows Store app package directories and files
203+ AppPackages /
204+ BundleArtifacts /
205+ Package.StoreAssociation.xml
206+ _pkginfo.txt
207+ * .appx
208+
209+ # Visual Studio cache files
210+ # files ending in .cache can be ignored
211+ * . [Cc ]ache
212+ # but keep track of directories ending in .cache
213+ ! * . [Cc ]ache /
214+
215+ # Others
216+ ClientBin /
217+ ~$ *
218+ * ~
219+ * .dbmdl
220+ * .dbproj.schemaview
221+ * .jfm
222+ * .pfx
223+ * .publishsettings
224+ orleans.codegen.cs
225+
226+ # Including strong name files can present a security risk
227+ # (https://github.com/github/gitignore/pull/2483#issue-259490424)
228+ # *.snk
229+
230+ # Since there are multiple workflows, uncomment next line to ignore bower_components
231+ # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
232+ # bower_components/
233+
234+ # RIA/Silverlight projects
235+ Generated_Code /
236+
237+ # Backup & report files from converting an old project file
238+ # to a newer Visual Studio version. Backup files are not needed,
239+ # because we have git ;-)
240+ _UpgradeReport_Files /
241+ Backup * /
242+ UpgradeLog * .XML
243+ UpgradeLog * .htm
244+ ServiceFabricBackup /
245+ * .rptproj.bak
246+
247+ # SQL Server files
248+ * .mdf
249+ * .ldf
250+ * .ndf
251+
252+ # Business Intelligence projects
253+ * .rdl.data
254+ * .bim.layout
255+ * .bim_ * .settings
256+ * .rptproj.rsuser
257+
258+ # Microsoft Fakes
259+ FakesAssemblies /
260+
261+ # GhostDoc plugin setting file
262+ * .GhostDoc.xml
263+
264+ # Node.js Tools for Visual Studio
265+ .ntvs_analysis.dat
266+ node_modules /
267+
268+ # Visual Studio 6 build log
269+ * .plg
270+
271+ # Visual Studio 6 workspace options file
272+ * .opt
273+
274+ # Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
275+ * .vbw
276+
277+ # Visual Studio LightSwitch build output
278+ ** /* .HTMLClient /GeneratedArtifacts
279+ ** /* .DesktopClient /GeneratedArtifacts
280+ ** /* .DesktopClient /ModelManifest.xml
281+ ** /* .Server /GeneratedArtifacts
282+ ** /* .Server /ModelManifest.xml
283+ _Pvt_Extensions
284+
285+ # Paket dependency manager
286+ .paket /paket.exe
287+ paket-files /
288+
289+ # FAKE - F# Make
290+ .fake /
291+
292+ # JetBrains Rider
293+ .idea /
294+ * .sln.iml
295+
296+ # CodeRush
297+ .cr /
298+
299+ # Python Tools for Visual Studio (PTVS)
300+ __pycache__ /
301+ * .pyc
302+
303+ # Cake - Uncomment if you are using it
304+ # tools/**
305+ # !tools/packages.config
306+
307+ # Tabs Studio
308+ * .tss
309+
310+ # Telerik's JustMock configuration file
311+ * .jmconfig
312+
313+ # BizTalk build output
314+ * .btp.cs
315+ * .btm.cs
316+ * .odx.cs
317+ * .xsd.cs
318+
319+ # OpenCover UI analysis results
320+ OpenCover /
321+
322+ # Azure Stream Analytics local run output
323+ ASALocalRun /
324+
325+ # MSBuild Binary and Structured Log
326+ * .binlog
327+
328+ # NVidia Nsight GPU debugger configuration file
329+ * .nvuser
330+
331+ # MFractors (Xamarin productivity tool) working folder
332+ .mfractor /
333+
334+ # ## VisualStudio Patch ###
335+ # By default, sensitive information, such as encrypted password
336+ # should be stored in the .pubxml.user file.
337+ * .pubxml.user
19338
20- # Unity3D generated meta files
21- * .pidb.meta
22339
23- # Unity3D Generated File On Crash Reports
24- sysinfo.txt
340+ # End of https://www.gitignore.io/api/visualstudio
0 commit comments