Skip to content

Commit

Permalink
feat (.gitignore): forbid nuget.config files from getting checked in …
Browse files Browse the repository at this point in the history
…at all

[skip ci]
  • Loading branch information
ksidirop-laerdal committed May 13, 2024
1 parent 0670432 commit 89b518c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -394,3 +394,7 @@ version.txt

*.Tests.xml
*.Tests.htm*

# we dont want to allow any local nuget.configs to be checked in as they can cause issues with the build and/or contain hardcoded API keys with write access to the
# nuget feed and this is something we definitely want to avoid at all costs for obvious reasons such nuget.config files should be remain local to each dev machine
[Nn][Uu][Gg][Ee][Tt].[Cc][Oo][Nn][Ff][Ii][Gg]

0 comments on commit 89b518c

Please sign in to comment.