Skip to content

Add pfx files to .gitignore#16472

Merged
seanbudd merged 1 commit into
nvaccess:masterfrom
SaschaCowley:update_gitignore
May 7, 2024
Merged

Add pfx files to .gitignore#16472
seanbudd merged 1 commit into
nvaccess:masterfrom
SaschaCowley:update_gitignore

Conversation

@SaschaCowley

Copy link
Copy Markdown
Member

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

@seanbudd seanbudd marked this pull request as ready for review May 1, 2024 03:15
@seanbudd seanbudd requested a review from a team as a code owner May 1, 2024 03:15
@seanbudd seanbudd requested a review from michaelDCurran May 1, 2024 03:15
@seanbudd seanbudd added this to the 2024.3 milestone May 1, 2024
@seanbudd seanbudd added the conceptApproved Similar 'triaged' for issues, PR accepted in theory, implementation needs review. label May 7, 2024
@seanbudd seanbudd merged commit 1a1919f into nvaccess:master May 7, 2024
@SaschaCowley SaschaCowley deleted the update_gitignore branch August 22, 2024 05:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

conceptApproved Similar 'triaged' for issues, PR accepted in theory, implementation needs review. queued for merge

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants