1515[Dd ]ebugPublic /
1616[Rr ]elease /
1717[Rr ]eleases /
18- [Xx ]64 /
19- [Xx ]86 /
20- [Bb ]uild /
18+ x64 /
19+ x86 /
2120bld /
2221[Bb ]in /
2322[Oo ]bj /
23+ [Ll ]og /
2424
2525# Visual Studio 2015 cache/options directory
2626.vs /
8181* .sdf
8282* .cachefile
8383* .VC.db
84+ * .VC.VC.opendb
8485
8586# Visual Studio profiler
8687* .psess
@@ -139,13 +140,16 @@ publish/
139140# Publish Web Output
140141* . [Pp ]ublish.xml
141142* .azurePubxml
142-
143- # TODO: Un-comment the next line if you do not want to checkin
144- # your web deploy settings because they may include unencrypted
145- # passwords
146- # *.pubxml
143+ # TODO: Comment the next line if you want to checkin your web deploy settings
144+ # but database connection strings (with potential passwords) will be unencrypted
145+ * .pubxml
147146* .publishproj
148147
148+ # Microsoft Azure Web App publish settings. Comment the next line if you want to
149+ # checkin your Azure Web App publish settings, but sensitive information contained
150+ # in these scripts will be unencrypted
151+ PublishScripts /
152+
149153# NuGet Packages
150154* .nupkg
151155# The packages folder can be ignored because of Package Restore
@@ -166,12 +170,11 @@ csx/
166170ecf /
167171rcf /
168172
169- # Microsoft Azure ApplicationInsights config file
170- ApplicationInsights.config
171-
172- # Windows Store app package directory
173+ # Windows Store app package directories and files
173174AppPackages /
174175BundleArtifacts /
176+ Package.StoreAssociation.xml
177+ _pkginfo.txt
175178
176179# Visual Studio cache files
177180# files ending in .cache can be ignored
@@ -181,7 +184,6 @@ BundleArtifacts/
181184
182185# Others
183186ClientBin /
184- [Ss ]tyle [Cc ]op. *
185187~$ *
186188* ~
187189* .dbmdl
@@ -191,6 +193,10 @@ ClientBin/
191193node_modules /
192194orleans.codegen.cs
193195
196+ # Since there are multiple workflows, uncomment next line to ignore bower_components
197+ # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
198+ # bower_components/
199+
194200# RIA/Silverlight projects
195201Generated_Code /
196202
@@ -234,12 +240,13 @@ FakesAssemblies/
234240** /* .Server /ModelManifest.xml
235241_Pvt_Extensions
236242
237- # LightSwitch generated files
238- GeneratedArtifacts /
239- ModelManifest.xml
240-
241243# Paket dependency manager
242244.paket /paket.exe
245+ paket-files /
243246
244247# FAKE - F# Make
245- .fake /
248+ .fake /
249+
250+ # JetBrains Rider
251+ .idea /
252+ * .sln.iml
0 commit comments