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