From 841a40d93b34acd39840ab5005a028041b12a46e Mon Sep 17 00:00:00 2001 From: julienshepherd Date: Tue, 9 May 2017 12:54:22 +0300 Subject: [PATCH] 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 -- 2.39.5