Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[meta]git ignore monaco generated installer file #15763

Conversation

jaimecbernardo
Copy link
Collaborator

Summary of the Pull Request

What is this about:

After #15138 , building the installer creates installer/PowerToysSetup/MonacoSRC.wxs, which gets recognized as a new file by git.

What is included in the PR:
Add the generated file to .gitignore so it doesn't get included in any future PRs by mistake.

How does someone test / validate:
Build the installer, verify installer/PowerToysSetup/MonacoSRC.wxs isn't listed with git status as an untracked file to add.

Quality Checklist

Copy link
Collaborator

@stefansjfw stefansjfw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, nice! I have this change locally and totally forgot about it :)

@jaimecbernardo jaimecbernardo merged commit 941ff0a into microsoft:main Jan 25, 2022
@Aaron-Junker
Copy link
Collaborator

Why exactly does this get generated?

@stefansjfw
Copy link
Collaborator

Why exactly does this get generated?

So installer could pick up the monacoSRC directory tree

@Aaron-Junker
Copy link
Collaborator

Why exactly does this get generated?

So installer could pick up the monacoSRC directory tree

Ok

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants