diff options
author | Mads Kristensen <post@madskristensen.net> | 2014-08-04 10:09:06 -0700 |
---|---|---|
committer | Mads Kristensen <post@madskristensen.net> | 2014-08-04 10:09:06 -0700 |
commit | 20cf6d5dcd5411f950d78d0007ae2be53474978b (patch) | |
tree | 53a74ffdb2f0f83a2e62018e6f0086e739d5fcb7 | |
parent | 14b7566ce157ce95b07006466bacee160f242284 (diff) | |
download | gitignore-20cf6d5dcd5411f950d78d0007ae2be53474978b.tar.gz gitignore-20cf6d5dcd5411f950d78d0007ae2be53474978b.zip |
Adding *.publishproj to ignore
This files is generated by Visual Studio 2013 and should be ignored.
-rw-r--r-- | VisualStudio.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 5b4334f5..fd5204b5 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -128,6 +128,7 @@ publish/ # TODO: Comment the next line if you want to checkin your web deploy settings # but database connection strings (with potential passwords) will be unencrypted *.pubxml +*.publishproj # NuGet Packages *.nupkg |