From 7c4de1e5ae1fdcc2e23f07e47182628e2dab7de7 Mon Sep 17 00:00:00 2001 From: Jared Dunbar Date: Sun, 5 Feb 2023 12:08:15 -0500 Subject: [PATCH] ignore wifi.h as it contains wifi passwords --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 03f4a3c..759098a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .pio +src/wifi.h \ No newline at end of file