Skip to content

Commit c889252

Browse files
authored
Updated git.ignore file
1 parent 636f634 commit c889252

File tree

1 file changed

+188
-30
lines changed

1 file changed

+188
-30
lines changed

.gitignore

Lines changed: 188 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,53 @@
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+
project.fragment.lock.json
46+
artifacts/
47+
2048
*_i.c
2149
*_p.c
50+
*_i.h
2251
*.ilk
2352
*.meta
2453
*.obj
@@ -32,35 +61,73 @@ x64/
3261
*.tli
3362
*.tlh
3463
*.tmp
64+
*.tmp_proj
3565
*.log
3666
*.vspscc
3767
*.vssscc
3868
.builds
69+
*.pidb
70+
*.svclog
71+
*.scc
72+
73+
# Chutzpah Test files
74+
_Chutzpah*
3975

4076
# Visual C++ cache files
4177
ipch/
4278
*.aps
4379
*.ncb
80+
*.opendb
4481
*.opensdf
4582
*.sdf
83+
*.cachefile
84+
*.VC.db
85+
*.VC.VC.opendb
4686

4787
# Visual Studio profiler
4888
*.psess
4989
*.vsp
5090
*.vspx
91+
*.sap
92+
93+
# TFS 2012 Local Workspace
94+
$tf/
5195

5296
# Guidance Automation Toolkit
5397
*.gpState
5498

5599
# ReSharper is a .NET coding add-in
56-
_ReSharper*
100+
_ReSharper*/
101+
*.[Rr]e[Ss]harper
102+
*.DotSettings.user
103+
104+
# JustCode is a .NET coding add-in
105+
.JustCode
106+
107+
# TeamCity is a build add-in
108+
_TeamCity*
109+
110+
# DotCover is a Code Coverage Tool
111+
*.dotCover
112+
113+
# Visual Studio code coverage results
114+
*.coverage
115+
*.coveragexml
57116

58117
# NCrunch
59-
*.ncrunch*
118+
_NCrunch_*
60119
.*crunch*.local.xml
120+
nCrunchTemp_*
121+
122+
# MightyMoose
123+
*.mm.*
124+
AutoTest.Net/
61125

62-
# Installshield output folder
63-
[Ee]xpress
126+
# Web workbench (sass)
127+
.sass-cache/
128+
129+
# Installshield output folder
130+
[Ee]xpress/
64131

65132
# DocProject is a documentation generator add-in
66133
DocProject/buildhelp/
@@ -73,39 +140,130 @@ DocProject/Help/Html2
73140
DocProject/Help/html
74141

75142
# Click-Once directory
76-
publish
143+
publish/
77144

78145
# Publish Web Output
79-
*.Publish.xml
146+
*.[Pp]ublish.xml
147+
*.azurePubxml
148+
# TODO: Comment the next line if you want to checkin your web deploy settings
149+
# but database connection strings (with potential passwords) will be unencrypted
150+
*.pubxml
151+
*.publishproj
152+
153+
# Microsoft Azure Web App publish settings. Comment the next line if you want to
154+
# checkin your Azure Web App publish settings, but sensitive information contained
155+
# in these scripts will be unencrypted
156+
PublishScripts/
80157

81-
# NuGet Packages Directory
82-
packages
158+
# NuGet Packages
159+
*.nupkg
160+
# The packages folder can be ignored because of Package Restore
161+
**/packages/*
162+
# except build/, which is used as an MSBuild target.
163+
!**/packages/build/
164+
# Uncomment if necessary however generally it will be regenerated when needed
165+
#!**/packages/repositories.config
166+
# NuGet v3's project.json files produces more ignoreable files
167+
*.nuget.props
168+
*.nuget.targets
83169

84-
# Windows Azure Build Output
85-
csx
170+
# Microsoft Azure Build Output
171+
csx/
86172
*.build.csdef
87173

88-
# Windows Store app package directory
174+
# Microsoft Azure Emulator
175+
ecf/
176+
rcf/
177+
178+
# Windows Store app package directories and files
89179
AppPackages/
180+
BundleArtifacts/
181+
Package.StoreAssociation.xml
182+
_pkginfo.txt
183+
184+
# Visual Studio cache files
185+
# files ending in .cache can be ignored
186+
*.[Cc]ache
187+
# but keep track of directories ending in .cache
188+
!*.[Cc]ache/
90189

91190
# 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.*
191+
ClientBin/
100192
~$*
193+
*~
101194
*.dbmdl
102-
Generated_Code #added for RIA/Silverlight projects
195+
*.dbproj.schemaview
196+
*.jfm
197+
*.pfx
198+
*.publishsettings
199+
node_modules/
200+
orleans.codegen.cs
201+
202+
# Since there are multiple workflows, uncomment next line to ignore bower_components
203+
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
204+
#bower_components/
103205

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 ;-)
206+
# RIA/Silverlight projects
207+
Generated_Code/
208+
209+
# Backup & report files from converting an old project file
210+
# to a newer Visual Studio version. Backup files are not needed,
211+
# because we have git ;-)
106212
_UpgradeReport_Files/
107213
Backup*/
108214
UpgradeLog*.XML
215+
UpgradeLog*.htm
216+
217+
# SQL Server files
218+
*.mdf
219+
*.ldf
220+
221+
# Business Intelligence projects
222+
*.rdl.data
223+
*.bim.layout
224+
*.bim_*.settings
225+
226+
# Microsoft Fakes
227+
FakesAssemblies/
228+
229+
# GhostDoc plugin setting file
230+
*.GhostDoc.xml
231+
232+
# Node.js Tools for Visual Studio
233+
.ntvs_analysis.dat
234+
235+
# Visual Studio 6 build log
236+
*.plg
237+
238+
# Visual Studio 6 workspace options file
239+
*.opt
240+
241+
# Visual Studio LightSwitch build output
242+
**/*.HTMLClient/GeneratedArtifacts
243+
**/*.DesktopClient/GeneratedArtifacts
244+
**/*.DesktopClient/ModelManifest.xml
245+
**/*.Server/GeneratedArtifacts
246+
**/*.Server/ModelManifest.xml
247+
_Pvt_Extensions
248+
249+
# Paket dependency manager
250+
.paket/paket.exe
251+
paket-files/
252+
253+
# FAKE - F# Make
254+
.fake/
255+
256+
# JetBrains Rider
257+
.idea/
258+
*.sln.iml
259+
260+
# CodeRush
261+
.cr/
262+
263+
# Python Tools for Visual Studio (PTVS)
264+
__pycache__/
265+
*.pyc
109266

110-
#Documentation file
267+
# Samples repository specific
268+
[Oo]utput/
111269
SampleDescriptions.xml

0 commit comments

Comments
 (0)