Skip to content

Commit 6ea6780

Browse files
committed
Updated .gitignore
1 parent a07cb8b commit 6ea6780

File tree

1 file changed

+1
-311
lines changed

1 file changed

+1
-311
lines changed

.gitignore

Lines changed: 1 addition & 311 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,3 @@
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-
# User-specific files (MonoDevelop/Xamarin Studio)
14-
*.userprefs
15-
16-
# Mono auto generated files
17-
mono_crash.*
18-
191
# Build results
202
[Dd]ebug/
213
[Dd]ebugPublic/
@@ -36,155 +18,10 @@ bld/
3618

3719
# Visual Studio 2015/2017 cache/options directory
3820
.vs/
39-
# Uncomment if you have tasks that create the project's static files in wwwroot
40-
#wwwroot/
4121

4222
# Visual Studio 2017 auto generated files
4323
Generated\ Files/
4424

45-
# MSTest test Results
46-
[Tt]est[Rr]esult*/
47-
[Bb]uild[Ll]og.*
48-
49-
# NUnit
50-
*.VisualState.xml
51-
TestResult.xml
52-
nunit-*.xml
53-
54-
# Build Results of an ATL Project
55-
[Dd]ebugPS/
56-
[Rr]eleasePS/
57-
dlldata.c
58-
59-
# Benchmark Results
60-
BenchmarkDotNet.Artifacts/
61-
62-
# .NET Core
63-
project.lock.json
64-
project.fragment.lock.json
65-
artifacts/
66-
67-
# StyleCop
68-
StyleCopReport.xml
69-
70-
# Files built by Visual Studio
71-
*_i.c
72-
*_p.c
73-
*_h.h
74-
*.ilk
75-
*.meta
76-
*.obj
77-
*.iobj
78-
*.pch
79-
*.pdb
80-
*.ipdb
81-
*.pgc
82-
*.pgd
83-
*.rsp
84-
*.sbr
85-
*.tlb
86-
*.tli
87-
*.tlh
88-
*.tmp
89-
*.tmp_proj
90-
*_wpftmp.csproj
91-
*.log
92-
*.vspscc
93-
*.vssscc
94-
.builds
95-
*.pidb
96-
*.svclog
97-
*.scc
98-
99-
# Chutzpah Test files
100-
_Chutzpah*
101-
102-
# Visual C++ cache files
103-
ipch/
104-
*.aps
105-
*.ncb
106-
*.opendb
107-
*.opensdf
108-
*.sdf
109-
*.cachefile
110-
*.VC.db
111-
*.VC.VC.opendb
112-
113-
# Visual Studio profiler
114-
*.psess
115-
*.vsp
116-
*.vspx
117-
*.sap
118-
119-
# Visual Studio Trace Files
120-
*.e2e
121-
122-
# TFS 2012 Local Workspace
123-
$tf/
124-
125-
# Guidance Automation Toolkit
126-
*.gpState
127-
128-
# ReSharper is a .NET coding add-in
129-
_ReSharper*/
130-
*.[Rr]e[Ss]harper
131-
*.DotSettings.user
132-
133-
# TeamCity is a build add-in
134-
_TeamCity*
135-
136-
# DotCover is a Code Coverage Tool
137-
*.dotCover
138-
139-
# AxoCover is a Code Coverage Tool
140-
.axoCover/*
141-
!.axoCover/settings.json
142-
143-
# Visual Studio code coverage results
144-
*.coverage
145-
*.coveragexml
146-
147-
# NCrunch
148-
_NCrunch_*
149-
.*crunch*.local.xml
150-
nCrunchTemp_*
151-
152-
# MightyMoose
153-
*.mm.*
154-
AutoTest.Net/
155-
156-
# Web workbench (sass)
157-
.sass-cache/
158-
159-
# Installshield output folder
160-
[Ee]xpress/
161-
162-
# DocProject is a documentation generator add-in
163-
DocProject/buildhelp/
164-
DocProject/Help/*.HxT
165-
DocProject/Help/*.HxC
166-
DocProject/Help/*.hhc
167-
DocProject/Help/*.hhk
168-
DocProject/Help/*.hhp
169-
DocProject/Help/Html2
170-
DocProject/Help/html
171-
172-
# Click-Once directory
173-
publish/
174-
175-
# Publish Web Output
176-
*.[Pp]ublish.xml
177-
*.azurePubxml
178-
# Note: Comment the next line if you want to checkin your web deploy settings,
179-
# but database connection strings (with potential passwords) will be unencrypted
180-
*.pubxml
181-
*.publishproj
182-
183-
# Microsoft Azure Web App publish settings. Comment the next line if you want to
184-
# checkin your Azure Web App publish settings, but sensitive information contained
185-
# in these scripts will be unencrypted
186-
PublishScripts/
187-
18825
# NuGet Packages
18926
*.nupkg
19027
# NuGet Symbol Packages
@@ -199,155 +36,8 @@ PublishScripts/
19936
*.nuget.props
20037
*.nuget.targets
20138

202-
# Microsoft Azure Build Output
203-
csx/
204-
*.build.csdef
205-
206-
# Microsoft Azure Emulator
207-
ecf/
208-
rcf/
209-
210-
# Windows Store app package directories and files
211-
AppPackages/
212-
BundleArtifacts/
213-
Package.StoreAssociation.xml
214-
_pkginfo.txt
215-
*.appx
216-
*.appxbundle
217-
*.appxupload
218-
21939
# Visual Studio cache files
22040
# files ending in .cache can be ignored
22141
*.[Cc]ache
22242
# but keep track of directories ending in .cache
223-
!?*.[Cc]ache/
224-
225-
# Others
226-
ClientBin/
227-
~$*
228-
*~
229-
*.dbmdl
230-
*.dbproj.schemaview
231-
*.jfm
232-
*.pfx
233-
*.publishsettings
234-
orleans.codegen.cs
235-
236-
# Including strong name files can present a security risk
237-
# (https://github.com/github/gitignore/pull/2483#issue-259490424)
238-
#*.snk
239-
240-
# Since there are multiple workflows, uncomment next line to ignore bower_components
241-
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
242-
#bower_components/
243-
244-
# RIA/Silverlight projects
245-
Generated_Code/
246-
247-
# Backup & report files from converting an old project file
248-
# to a newer Visual Studio version. Backup files are not needed,
249-
# because we have git ;-)
250-
_UpgradeReport_Files/
251-
Backup*/
252-
UpgradeLog*.XML
253-
UpgradeLog*.htm
254-
ServiceFabricBackup/
255-
*.rptproj.bak
256-
257-
# SQL Server files
258-
*.mdf
259-
*.ldf
260-
*.ndf
261-
262-
# Business Intelligence projects
263-
*.rdl.data
264-
*.bim.layout
265-
*.bim_*.settings
266-
*.rptproj.rsuser
267-
*- [Bb]ackup.rdl
268-
*- [Bb]ackup ([0-9]).rdl
269-
*- [Bb]ackup ([0-9][0-9]).rdl
270-
271-
# Microsoft Fakes
272-
FakesAssemblies/
273-
274-
# GhostDoc plugin setting file
275-
*.GhostDoc.xml
276-
277-
# Node.js Tools for Visual Studio
278-
.ntvs_analysis.dat
279-
node_modules/
280-
281-
# Visual Studio 6 build log
282-
*.plg
283-
284-
# Visual Studio 6 workspace options file
285-
*.opt
286-
287-
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
288-
*.vbw
289-
290-
# Visual Studio LightSwitch build output
291-
**/*.HTMLClient/GeneratedArtifacts
292-
**/*.DesktopClient/GeneratedArtifacts
293-
**/*.DesktopClient/ModelManifest.xml
294-
**/*.Server/GeneratedArtifacts
295-
**/*.Server/ModelManifest.xml
296-
_Pvt_Extensions
297-
298-
# Paket dependency manager
299-
.paket/paket.exe
300-
paket-files/
301-
302-
# FAKE - F# Make
303-
.fake/
304-
305-
# CodeRush personal settings
306-
.cr/personal
307-
308-
# Python Tools for Visual Studio (PTVS)
309-
__pycache__/
310-
*.pyc
311-
312-
# Cake - Uncomment if you are using it
313-
# tools/**
314-
# !tools/packages.config
315-
316-
# Tabs Studio
317-
*.tss
318-
319-
# Telerik's JustMock configuration file
320-
*.jmconfig
321-
322-
# BizTalk build output
323-
*.btp.cs
324-
*.btm.cs
325-
*.odx.cs
326-
*.xsd.cs
327-
328-
# OpenCover UI analysis results
329-
OpenCover/
330-
331-
# Azure Stream Analytics local run output
332-
ASALocalRun/
333-
334-
# MSBuild Binary and Structured Log
335-
*.binlog
336-
337-
# NVidia Nsight GPU debugger configuration file
338-
*.nvuser
339-
340-
# MFractors (Xamarin productivity tool) working folder
341-
.mfractor/
342-
343-
# Local History for Visual Studio
344-
.localhistory/
345-
346-
# BeatPulse healthcheck temp database
347-
healthchecksdb
348-
349-
# Backup folder for Package Reference Convert tool in Visual Studio 2017
350-
MigrationBackup/
351-
352-
# Ionide (cross platform F# VS Code tools) working folder
353-
.ionide/
43+
!?*.[Cc]ache/

0 commit comments

Comments
 (0)