Skip to content

Commit

Permalink
Rev'ing Git Ignore, small DB name rev
Browse files Browse the repository at this point in the history
  • Loading branch information
shanselman committed Jan 29, 2013
1 parent dc9dcf6 commit 38a3ea2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ bin
obj
Packages
*.suo
*.mdf
*.ldf
*.user

# mstest test results
TestResults
MVC4/PersonaMVC4Example/App_Data/aspnet-PersonaMVC4Example-20120928074626.mdf
MVC4/PersonaMVC4Example/App_Data/aspnet-PersonaMVC4Example-20120928074626_log.ldf

4 changes: 3 additions & 1 deletion MVC4/PersonaMVC4Example/PersonaMVC4Example.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,9 @@
<Content Include="Scripts\knockout-2.1.0.debug.js" />
<Content Include="Scripts\knockout-2.1.0.js" />
<Content Include="Scripts\modernizr-2.5.3.js" />
<Content Include="Web.config" />
<Content Include="Web.config">
<SubType>Designer</SubType>
</Content>
<Content Include="Web.Debug.config">
<DependentUpon>Web.config</DependentUpon>
</Content>
Expand Down
2 changes: 1 addition & 1 deletion MVC4/PersonaMVC4Example/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
</configSections>
<connectionStrings>
<add name="DefaultConnection" connectionString="Data Source=(LocalDb)\v11.0;Initial Catalog=aspnet-PersonaMVC4Example-20120928074626;Integrated Security=SSPI;AttachDBFilename=|DataDirectory|\aspnet-PersonaMVC4Example-20120928074626.mdf" providerName="System.Data.SqlClient" />
<add name="DefaultConnection" connectionString="Data Source=(LocalDb)\v11.0;Initial Catalog=aspnet-PersonaMVC4Example-20121128074626;Integrated Security=SSPI;AttachDBFilename=|DataDirectory|\aspnet-PersonaMVC4Example-20120928074626.mdf" providerName="System.Data.SqlClient" />
</connectionStrings>
<appSettings>
<add key="webpages:Version" value="2.0.0.0" />
Expand Down

0 comments on commit 38a3ea2

Please sign in to comment.