Browse Source

Add nuget.config to .gitignore

Prevent leaking PAT in a place where GH can see it and revoke it

Signed-off-by: Emily Mabrey <emabrey@tenacityaudio.org>
pull/629/head
Emily Mabrey 2 years ago
parent
commit
70eca6b9aa
No known key found for this signature in database GPG Key ID: 6F4EF47256A1B7DC
  1. 3
      .gitignore

3
.gitignore

@ -219,3 +219,6 @@ vcpkg_installed
# Flatpak
!packaging/**
# Prevent accidentally uploading complete local PAT
nuget.config
Loading…
Cancel
Save