Remove (and ignore) user-specific files that should not be under version

control.
This commit is contained in:
Oskar Berggren 2016-04-09 04:28:44 +02:00
parent 86567038f1
commit bafca8cf07
2 changed files with 1 additions and 13 deletions

1
.gitignore vendored
View file

@ -1,4 +1,5 @@
*.suo
*.user
*.TMP
*.Cache
_pages_old

View file

@ -1,13 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<PublishUrlHistory>publish\</PublishUrlHistory>
<InstallUrlHistory />
<SupportUrlHistory />
<UpdateUrlHistory />
<BootstrapperUrlHistory />
<ErrorReportUrlHistory />
<FallbackCulture>en-US</FallbackCulture>
<VerifyUploadedFiles>false</VerifyUploadedFiles>
</PropertyGroup>
</Project>