Skip to content

Commit dca294a

Browse files
Cleanup .gitignore file
1 parent 3dfb514 commit dca294a

1 file changed

Lines changed: 4 additions & 343 deletions

File tree

.gitignore

Lines changed: 4 additions & 343 deletions
Original file line numberDiff line numberDiff line change
@@ -1,347 +1,8 @@
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-
*.suo
8-
*.user
9-
*.userosscache
10-
*.sln.docstates
11-
12-
# User-specific files (MonoDevelop/Xamarin Studio)
13-
*.userprefs
14-
15-
# Build results
16-
[Dd]ebug/
17-
[Dd]ebugPublic/
18-
[Rr]elease/
19-
[Rr]eleases/
20-
x64/
21-
x86/
22-
bld/
1+
# Build
232
[Bb]in/
243
[Oo]bj/
25-
[Ll]og/
4+
[Dd]ebug/
5+
[Rr]elease/
266

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

0 commit comments

Comments
 (0)