忽略 UWP 应用 Git 存储库中的 .appx 文件是否安全?

Is it safe to ignore .appx files in Git repository of a UWP app?

我在为我的 UWP 应用程序创建存储库时使用 here 找到的 VisualStudio .gitignore 文件。

现在,当第一次将存储库文件添加到 master 分支时,.appx 文件也会被添加。

GitHub Desktop screenshot: .appx files are added to the repository

想知道它们是否有必要,我是否可以安全地将 .appx 添加到 .gitignore 文件。

repo 中不需要 .appx 文件,您可以将整个 AppPackages 文件夹添加到 .gitignore。