From 3e7747d13ba31bf88b0d901beb91c261dab08e9b Mon Sep 17 00:00:00 2001 From: nbirkenshaw-mux Date: Tue, 21 Jun 2022 12:03:40 -0400 Subject: [PATCH] Removing the local.properties that was getting security warnings --- .gitignore | 1 + local.properties | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 local.properties diff --git a/.gitignore b/.gitignore index 2491388..66508a7 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /beta .env test_runner +local.properties diff --git a/local.properties b/local.properties deleted file mode 100644 index c82034c..0000000 --- a/local.properties +++ /dev/null @@ -1,3 +0,0 @@ -ROKU_IP=192.168.2.233 -ROKU_USER=rokudev -ROKU_PASSWORD=rokudev