From bebb8a4ab96130058740b861c77018a57ff14d9c Mon Sep 17 00:00:00 2001 From: tangowithfoxtrot <5676771+tangowithfoxtrot@users.noreply.github.com> Date: Tue, 4 Mar 2025 12:21:14 -0800 Subject: [PATCH] fmt: whitespace + rm unnecessary ignore that was only used during testing --- .dockerignore | 2 +- .gitignore | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.dockerignore b/.dockerignore index f3ab18090b..ea060dc755 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,3 +1,3 @@ **/bin **/obj -**/node_modules \ No newline at end of file +**/node_modules diff --git a/.gitignore b/.gitignore index 65e187de88..4a2e98ef27 100644 --- a/.gitignore +++ b/.gitignore @@ -129,7 +129,7 @@ publish/ # Publish Web Output *.[Pp]ublish.xml *.azurePubxml -# TODO: Comment the next line if you want to checkin your web deploy settings +# TODO: Comment the next line if you want to checkin your web deploy settings # but database connection strings (with potential passwords) will be unencrypted *.pubxml *.publishproj @@ -225,7 +225,3 @@ src/Notifications/Notifications.zip bitwarden_license/src/Portal/Portal.zip bitwarden_license/src/Sso/Sso.zip **/src/**/flags.json - -logs/* -config/* -storage/*