Skip to content

Commit dcf599c

Browse files
committed
Updated gitignore
1 parent 1e666ff commit dcf599c

File tree

4 files changed

+23
-2156
lines changed

4 files changed

+23
-2156
lines changed

.gitignore

Lines changed: 23 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
## Ignore Visual Studio temporary files, build results, and
22
## files generated by popular Visual Studio add-ons.
33

4-
#lib
5-
lib/
6-
74
# User-specific files
85
*.suo
96
*.user
@@ -13,6 +10,10 @@ lib/
1310
# User-specific files (MonoDevelop/Xamarin Studio)
1411
*.userprefs
1512

13+
# Cake Build Related
14+
tools/Cake/
15+
tools/packages.config.md5sum
16+
1617
# Build results
1718
[Dd]ebug/
1819
[Dd]ebugPublic/
@@ -23,6 +24,7 @@ x86/
2324
bld/
2425
[Bb]in/
2526
[Oo]bj/
27+
[Ll]og/
2628

2729
# Visual Studio 2015 cache/options directory
2830
.vs/
@@ -82,6 +84,8 @@ ipch/
8284
*.opensdf
8385
*.sdf
8486
*.cachefile
87+
*.VC.db
88+
*.VC.VC.opendb
8589

8690
# Visual Studio profiler
8791
*.psess
@@ -140,11 +144,16 @@ publish/
140144
# Publish Web Output
141145
*.[Pp]ublish.xml
142146
*.azurePubxml
143-
# TODO: Comment the next line if you want to checkin your web deploy settings
147+
# TODO: Comment the next line if you want to checkin your web deploy settings
144148
# but database connection strings (with potential passwords) will be unencrypted
145149
*.pubxml
146150
*.publishproj
147151

152+
# Microsoft Azure Web App publish settings. Comment the next line if you want to
153+
# checkin your Azure Web App publish settings, but sensitive information contained
154+
# in these scripts will be unencrypted
155+
PublishScripts/
156+
148157
# NuGet Packages
149158
*.nupkg
150159
# The packages folder can be ignored because of Package Restore
@@ -165,12 +174,11 @@ csx/
165174
ecf/
166175
rcf/
167176

168-
# Microsoft Azure ApplicationInsights config file
169-
ApplicationInsights.config
170-
171-
# Windows Store app package directory
177+
# Windows Store app package directories and files
172178
AppPackages/
173179
BundleArtifacts/
180+
Package.StoreAssociation.xml
181+
_pkginfo.txt
174182

175183
# Visual Studio cache files
176184
# files ending in .cache can be ignored
@@ -189,6 +197,10 @@ ClientBin/
189197
node_modules/
190198
orleans.codegen.cs
191199

200+
# Since there are multiple workflows, uncomment next line to ignore bower_components
201+
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
202+
#bower_components/
203+
192204
# RIA/Silverlight projects
193205
Generated_Code/
194206

@@ -234,6 +246,7 @@ _Pvt_Extensions
234246

235247
# Paket dependency manager
236248
.paket/paket.exe
249+
paket-files/
237250

238251
# FAKE - F# Make
239252
.fake/
@@ -242,5 +255,5 @@ _Pvt_Extensions
242255
.idea/
243256
*.sln.iml
244257

245-
# VS Code
246-
.vscode/
258+
# nuget.exe
259+
**/nuget.exe

EntityFrameworkCoreInMemoryTesting/.vs/restore.dg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)