nvda
nvda copied to clipboard
Add pfx files to .gitignore
Link to issue number:
None
Summary of the issue:
The current development documentation on creating self-signed builds of NVDA instructs users to save their PFX file to their NVDA repository root. As this directory is under version control, Git will then recognise the PFX file as a candidate for versioning. However, signing certificates should not be committed to VC.
Description of user facing changes
Git will now ignore PFX files in this repository. There are no end-user facing changes.
Description of development approach
Added *.pfx to .gitignore.
Testing strategy:
Ran git status to ensure that Git no-longer shows PFX certificates as untracked files.
Known issues with pull request:
None
Code Review Checklist:
N/A