From b32c5d5646bb84cc3cf674ec2877fc5c47384290 Mon Sep 17 00:00:00 2001 From: Kagami Sascha Rosylight Date: Tue, 16 Feb 2016 02:45:41 +0900 Subject: [PATCH 1/4] Ignore _pkginfo.txt https://www.google.com/?gws_rd=ssl#q=_pkginfo.txt&nfpr=1 I found I have this file not being ignored and a quick search shows these files :/ --- VisualStudio.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 354253ec..769b4f24 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -185,7 +185,9 @@ ClientBin/ *.pfx *.publishsettings node_modules/ +bower_components/ orleans.codegen.cs +_pkginfo.txt # RIA/Silverlight projects Generated_Code/ From 5154697fd8a598174cc1a86a50f085f108c82e91 Mon Sep 17 00:00:00 2001 From: Kagami Sascha Rosylight Date: Tue, 16 Feb 2016 03:05:30 +0900 Subject: [PATCH 2/4] store package files --- VisualStudio.gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 769b4f24..1c708c60 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -166,9 +166,11 @@ rcf/ # Microsoft Azure ApplicationInsights config file ApplicationInsights.config -# Windows Store app package directory +# Windows Store app package directories and files AppPackages/ BundleArtifacts/ +Package.StoreAssociation.xml +_pkginfo.txt # Visual Studio cache files # files ending in .cache can be ignored From 6ed1790ddaf33aa222894b572bf7d52f574a95e4 Mon Sep 17 00:00:00 2001 From: Kagami Sascha Rosylight Date: Tue, 16 Feb 2016 03:09:11 +0900 Subject: [PATCH 3/4] remove duplication --- VisualStudio.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 1c708c60..ad7a9c18 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -189,7 +189,6 @@ ClientBin/ node_modules/ bower_components/ orleans.codegen.cs -_pkginfo.txt # RIA/Silverlight projects Generated_Code/ From 7d148a0ca14f6d3986e211c7645fd02a3c997d4d Mon Sep 17 00:00:00 2001 From: Kagami Sascha Rosylight Date: Tue, 16 Feb 2016 03:11:43 +0900 Subject: [PATCH 4/4] remove bower_components as an other PR will add it --- VisualStudio.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index ad7a9c18..f3a54737 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -187,7 +187,6 @@ ClientBin/ *.pfx *.publishsettings node_modules/ -bower_components/ orleans.codegen.cs # RIA/Silverlight projects