From 841a40d93b34acd39840ab5005a028041b12a46e Mon Sep 17 00:00:00 2001 From: julienshepherd Date: Tue, 9 May 2017 12:54:22 +0300 Subject: [PATCH 1/2] add .appx to VisualStudio.gitignore for .appx files created in the project root directory. --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 940794e6..56ca15b2 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -183,6 +183,7 @@ AppPackages/ BundleArtifacts/ Package.StoreAssociation.xml _pkginfo.txt +.appx # Visual Studio cache files # files ending in .cache can be ignored From 48c2b4f889a808145ea3c0ea3802213cc26ec75f Mon Sep 17 00:00:00 2001 From: julienshepherd Date: Wed, 17 May 2017 21:13:11 +0300 Subject: [PATCH 2/2] Update VisualStudio.gitignore --- VisualStudio.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 56ca15b2..7bd3b52f 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -183,7 +183,7 @@ AppPackages/ BundleArtifacts/ Package.StoreAssociation.xml _pkginfo.txt -.appx +*.appx # Visual Studio cache files # files ending in .cache can be ignored