瀏覽代碼

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
Riva Junior 7 年之前
父節點
當前提交
c6c8b8db0b
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Global/Windows.gitignore

+ 1 - 0
Global/Windows.gitignore

@@ -15,6 +15,7 @@ $RECYCLE.BIN/
 # Windows Installer files
 *.cab
 *.msi
+*.msix
 *.msm
 *.msp