From 1550bb192abc0572a92f6e4ad861fd62ec8b55ce Mon Sep 17 00:00:00 2001 From: Rune Harlyk Date: Sat, 30 Mar 2024 21:52:39 +0100 Subject: [PATCH] Adds www to gitignore --- esp32/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/esp32/.gitignore b/esp32/.gitignore index 43f9e46..e432855 100644 --- a/esp32/.gitignore +++ b/esp32/.gitignore @@ -1,4 +1,5 @@ .pio data/ +www/ include/secrets.h lib/* \ No newline at end of file