From 6080c7f7a10d5fef145b60085acffdcc33a15233 Mon Sep 17 00:00:00 2001 From: bendtherules Date: Mon, 27 Nov 2023 23:16:07 +0530 Subject: [PATCH] Ignore network credentials --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 46699c3..efe145f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +# Commit firmware.bin for upload .pio/* !.pio/build .pio/build/* @@ -5,6 +6,9 @@ .pio/build/esp12e/* !.pio/build/esp12e/firmware.bin +# Don't save network credentials +include/networkCredentials.h + .vscode/.browse.c_cpp.db* .vscode/c_cpp_properties.json .vscode/launch.json