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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore files added by SelfSignedCertificate #8728

Conversation

markekraus
Copy link
Contributor

PR Summary

When running Start-PSPester the SelfSignedCertificate is automatiacally added to the environment. this results in the creation of test\tools\Modules\SelfSignedCertificate\SelfSignedCertificate.psd1 and test\tools\Modules\SelfSignedCertificate\SelfSignedCertificate.psm1. These files will then show as being added in git status. As these do not ever need to be committed back to the repo, they should be ignored. this PR updates the .gitignore file to prevent this.

PR Context

Supper annoying when developing. 馃槃

PR Checklist

@iSazonov iSazonov added the CL-Tools Indicates that a PR should be marked as a tools change in the Change Log label Jan 24, 2019
@iSazonov iSazonov self-assigned this Jan 24, 2019
@iSazonov iSazonov merged commit 4590bf3 into PowerShell:master Jan 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CL-Tools Indicates that a PR should be marked as a tools change in the Change Log
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants