From 70eca6b9aa501fbea73f356e55844581f7a6a109 Mon Sep 17 00:00:00 2001 From: Emily Mabrey Date: Wed, 15 Sep 2021 21:21:37 -0400 Subject: [PATCH] Add nuget.config to .gitignore Prevent leaking PAT in a place where GH can see it and revoke it Signed-off-by: Emily Mabrey --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index ca58ea661..de18975d4 100644 --- a/.gitignore +++ b/.gitignore @@ -219,3 +219,6 @@ vcpkg_installed # Flatpak !packaging/** + +# Prevent accidentally uploading complete local PAT +nuget.config