Skip to content

Commit 2c26a35

Browse files
committed
.gitignore: Update with latest from GitHub/gitignore/VisualStudio.gitignore
1 parent 903d2f1 commit 2c26a35

File tree

1 file changed

+176
-35
lines changed

1 file changed

+176
-35
lines changed

.gitignore

Lines changed: 176 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,52 @@
1-
# Build Folders (you can keep bin if you'd like, to store dlls and pdbs)
2-
[Bb]in/
3-
[Oo]bj/
4-
5-
# mstest test results
6-
TestResults
7-
81
## Ignore Visual Studio temporary files, build results, and
92
## files generated by popular Visual Studio add-ons.
103

114
# User-specific files
125
*.suo
136
*.user
7+
*.userosscache
148
*.sln.docstates
159

10+
# User-specific files (MonoDevelop/Xamarin Studio)
11+
*.userprefs
12+
1613
# Build results
1714
[Dd]ebug/
15+
[Dd]ebugPublic/
1816
[Rr]elease/
17+
[Rr]eleases/
1918
x64/
19+
x86/
20+
bld/
21+
[Bb]in/
22+
[Oo]bj/
23+
[Ll]og/
24+
25+
# Visual Studio 2015 cache/options directory
26+
.vs/
27+
# Uncomment if you have tasks that create the project's static files in wwwroot
28+
#wwwroot/
29+
30+
# MSTest test Results
31+
[Tt]est[Rr]esult*/
32+
[Bb]uild[Ll]og.*
33+
34+
# NUNIT
35+
*.VisualState.xml
36+
TestResult.xml
37+
38+
# Build Results of an ATL Project
39+
[Dd]ebugPS/
40+
[Rr]eleasePS/
41+
dlldata.c
42+
43+
# DNX
44+
project.lock.json
45+
artifacts/
46+
2047
*_i.c
2148
*_p.c
49+
*_i.h
2250
*.ilk
2351
*.meta
2452
*.obj
@@ -32,35 +60,67 @@ x64/
3260
*.tli
3361
*.tlh
3462
*.tmp
63+
*.tmp_proj
3564
*.log
3665
*.vspscc
3766
*.vssscc
3867
.builds
68+
*.pidb
69+
*.svclog
70+
*.scc
71+
72+
# Chutzpah Test files
73+
_Chutzpah*
3974

4075
# Visual C++ cache files
4176
ipch/
4277
*.aps
4378
*.ncb
79+
*.opendb
4480
*.opensdf
4581
*.sdf
82+
*.cachefile
4683

4784
# Visual Studio profiler
4885
*.psess
4986
*.vsp
5087
*.vspx
88+
*.sap
89+
90+
# TFS 2012 Local Workspace
91+
$tf/
5192

5293
# Guidance Automation Toolkit
5394
*.gpState
5495

5596
# ReSharper is a .NET coding add-in
56-
_ReSharper*
97+
_ReSharper*/
98+
*.[Rr]e[Ss]harper
99+
*.DotSettings.user
100+
101+
# JustCode is a .NET coding add-in
102+
.JustCode
103+
104+
# TeamCity is a build add-in
105+
_TeamCity*
106+
107+
# DotCover is a Code Coverage Tool
108+
*.dotCover
57109

58110
# NCrunch
59-
*.ncrunch*
111+
_NCrunch_*
60112
.*crunch*.local.xml
113+
nCrunchTemp_*
61114

62-
# Installshield output folder
63-
[Ee]xpress
115+
# MightyMoose
116+
*.mm.*
117+
AutoTest.Net/
118+
119+
# Web workbench (sass)
120+
.sass-cache/
121+
122+
# Installshield output folder
123+
[Ee]xpress/
64124

65125
# DocProject is a documentation generator add-in
66126
DocProject/buildhelp/
@@ -73,41 +133,122 @@ DocProject/Help/Html2
73133
DocProject/Help/html
74134

75135
# Click-Once directory
76-
publish
136+
publish/
77137

78138
# Publish Web Output
79-
*.Publish.xml
80-
81-
# NuGet Packages Directory
82-
packages
83-
84-
# Windows Azure Build Output
85-
csx
139+
*.[Pp]ublish.xml
140+
*.azurePubxml
141+
# TODO: Comment the next line if you want to checkin your web deploy settings
142+
# but database connection strings (with potential passwords) will be unencrypted
143+
*.pubxml
144+
*.publishproj
145+
146+
# Microsoft Azure Web App publish settings. Comment the next line if you want to
147+
# checkin your Azure Web App publish settings, but sensitive information contained
148+
# in these scripts will be unencrypted
149+
PublishScripts/
150+
151+
# NuGet Packages
152+
*.nupkg
153+
# The packages folder can be ignored because of Package Restore
154+
**/packages/*
155+
# except build/, which is used as an MSBuild target.
156+
!**/packages/build/
157+
# Uncomment if necessary however generally it will be regenerated when needed
158+
#!**/packages/repositories.config
159+
# NuGet v3's project.json files produces more ignoreable files
160+
*.nuget.props
161+
*.nuget.targets
162+
163+
# Microsoft Azure Build Output
164+
csx/
86165
*.build.csdef
87166

88-
# Windows Store app package directory
167+
# Microsoft Azure Emulator
168+
ecf/
169+
rcf/
170+
171+
# Windows Store app package directories and files
89172
AppPackages/
173+
BundleArtifacts/
174+
Package.StoreAssociation.xml
175+
_pkginfo.txt
176+
177+
# Visual Studio cache files
178+
# files ending in .cache can be ignored
179+
*.[Cc]ache
180+
# but keep track of directories ending in .cache
181+
!*.[Cc]ache/
90182

91183
# Others
92-
[Bb]in
93-
[Oo]bj
94-
sql
95-
TestResults
96-
[Tt]est[Rr]esult*
97-
*.Cache
98-
ClientBin
99-
[Ss]tyle[Cc]op.*
184+
ClientBin/
100185
~$*
186+
*~
101187
*.dbmdl
102-
Generated_Code #added for RIA/Silverlight projects
103-
104-
# Backup & report files from converting an old project file to a newer
105-
# Visual Studio version. Backup files are not needed, because we have git ;-)
188+
*.dbproj.schemaview
189+
*.pfx
190+
*.publishsettings
191+
node_modules/
192+
orleans.codegen.cs
193+
194+
# Since there are multiple workflows, uncomment next line to ignore bower_components
195+
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
196+
#bower_components/
197+
198+
# RIA/Silverlight projects
199+
Generated_Code/
200+
201+
# Backup & report files from converting an old project file
202+
# to a newer Visual Studio version. Backup files are not needed,
203+
# because we have git ;-)
106204
_UpgradeReport_Files/
107205
Backup*/
108206
UpgradeLog*.XML
207+
UpgradeLog*.htm
208+
209+
# SQL Server files
210+
*.mdf
211+
*.ldf
212+
213+
# Business Intelligence projects
214+
*.rdl.data
215+
*.bim.layout
216+
*.bim_*.settings
217+
218+
# Microsoft Fakes
219+
FakesAssemblies/
220+
221+
# GhostDoc plugin setting file
222+
*.GhostDoc.xml
223+
224+
# Node.js Tools for Visual Studio
225+
.ntvs_analysis.dat
226+
227+
# Visual Studio 6 build log
228+
*.plg
229+
230+
# Visual Studio 6 workspace options file
231+
*.opt
232+
233+
# Visual Studio LightSwitch build output
234+
**/*.HTMLClient/GeneratedArtifacts
235+
**/*.DesktopClient/GeneratedArtifacts
236+
**/*.DesktopClient/ModelManifest.xml
237+
**/*.Server/GeneratedArtifacts
238+
**/*.Server/ModelManifest.xml
239+
_Pvt_Extensions
240+
241+
# Paket dependency manager
242+
.paket/paket.exe
243+
paket-files/
244+
245+
# FAKE - F# Make
246+
.fake/
247+
248+
# JetBrains Rider
249+
.idea/
250+
*.sln.iml
109251

252+
# Custom for this repo
110253
Artifacts
111-
Thumbs.db
112-
/Build/nuget-apikey.txt
113-
/.nuget
254+
**/Thumbs.db

0 commit comments

Comments
 (0)