nvda icon indicating copy to clipboard operation
nvda copied to clipboard

Add pfx files to .gitignore

Open SaschaCowley opened this issue 1 year ago • 0 comments

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

SaschaCowley avatar May 01 '24 02:05 SaschaCowley