1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-20 10:13:42 +00:00

PM-3349 Added exception on gitignore so the nupkg for the AndroidX Credentials is added

This commit is contained in:
Federico Maccaroni
2024-02-14 13:58:35 -03:00
parent 8f8a5795d3
commit 75ec96f282
2 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@@ -148,6 +148,7 @@ publish/
# NuGet Packages
*.nupkg
!**/Xamarin.AndroidX.Credentials.1.0.0.nupkg
# The packages folder can be ignored because of Package Restore
**/packages/*
# except build/, which is used as an MSBuild target.