From c6c8b8db0b04461e0b3f4f27f8df677006b806ac Mon Sep 17 00:00:00 2001 From: Riva Junior Date: Sat, 7 Apr 2018 16:58:12 -0300 Subject: [PATCH] Add a new .msix extension Microsoft was announced a new extension of installer for Windows. I just added that one to be ignored as default, like others installers files. References: https://blogs.windows.com/buildingapps/2018/03/07/three-things-need-know-windows-developer-day/ https://github.com/Microsoft/msix-packaging --- Global/Windows.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/Windows.gitignore b/Global/Windows.gitignore index 846a1db8..0251dd21 100644 --- a/Global/Windows.gitignore +++ b/Global/Windows.gitignore @@ -15,6 +15,7 @@ $RECYCLE.BIN/ # Windows Installer files *.cab *.msi +*.msix *.msm *.msp