diff options
author | Brendan Forster <brendan@github.com> | 2014-08-12 12:49:21 +1000 |
---|---|---|
committer | Brendan Forster <brendan@github.com> | 2014-08-12 12:49:21 +1000 |
commit | 6995e7d9a2f90e8a00f85492d22ff70d483da8c3 (patch) | |
tree | 53a74ffdb2f0f83a2e62018e6f0086e739d5fcb7 | |
parent | 14b7566ce157ce95b07006466bacee160f242284 (diff) | |
parent | 20cf6d5dcd5411f950d78d0007ae2be53474978b (diff) | |
download | gitignore-6995e7d9a2f90e8a00f85492d22ff70d483da8c3.tar.gz gitignore-6995e7d9a2f90e8a00f85492d22ff70d483da8c3.zip |
Merge pull request #1161 from madskristensen/patch-1
Adding *.publishproj to ignore
-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 |