Skip to content

Commit 0e8e90e

Browse files
committed
Adding gitignore.
1 parent 617cc58 commit 0e8e90e

File tree

1 file changed

+374
-0
lines changed

1 file changed

+374
-0
lines changed

.gitignore

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

0 commit comments

Comments
 (0)