Skip to content

Commit aabbe8d

Browse files
committed
updated .gitignore
1 parent 6f827b7 commit aabbe8d

File tree

1 file changed

+296
-29
lines changed

1 file changed

+296
-29
lines changed

.gitignore

Lines changed: 296 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
# Windows image file caches
1+
# Created by https://www.gitignore.io/api/windows,visualstudio
2+
3+
### Windows ###
4+
# Windows thumbnail cache files
25
Thumbs.db
36
ehthumbs.db
7+
ehthumbs_vista.db
48

59
# Folder config file
610
Desktop.ini
@@ -17,31 +21,294 @@ $RECYCLE.BIN/
1721
# Windows shortcuts
1822
*.lnk
1923

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

0 commit comments

Comments
 (0)