From 40515e62aca79ae698f158bac95f35f3945d3ab4 Mon Sep 17 00:00:00 2001 From: "Mountain/\\Ash" Date: Thu, 5 Oct 2023 10:21:24 +0200 Subject: [PATCH 1/3] Ignoring HTML build output --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 789de0a9e..9655f0424 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ /wled00/extLibs /platformio_override.ini /wled00/my_config.h +/wled00/html_*.h /build_output .DS_Store .gitignore From 23e4a2e28e2a1150ab23a5f309809f917f7bf971 Mon Sep 17 00:00:00 2001 From: "Mountain/\\Ash" Date: Thu, 5 Oct 2023 10:26:51 +0200 Subject: [PATCH 2/3] Reordered & grouped --- .gitignore | 35 +++++++++++++++++++---------------- 1 file changed, 19 insertions(+), 16 deletions(-) diff --git a/.gitignore b/.gitignore index 9655f0424..8c870542f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,22 +1,25 @@ -.pio .cache +.clang-format +.direnv +.DS_Store +.gitignore +.idea +.pio .pioenvs .piolibdeps .vscode -/wled00/Release -/wled00/extLibs -/platformio_override.ini -/wled00/my_config.h -/wled00/html_*.h -/build_output -.DS_Store -.gitignore -.clang-format -node_modules -.idea -.direnv -wled-update.sh + esp01-update.sh -/wled00/LittleFS +platformio_override.ini replace_fs.py -wled00/wled00.ino.cpp +wled-update.sh + +/build_output/ +/node_modules/ + +/wled00/extLibs +/wled00/html_*.h +/wled00/LittleFS +/wled00/my_config.h +/wled00/Release +/wled00/wled00.ino.cpp From 32ab2ae201b86da61a332edb339ee77021299f9c Mon Sep 17 00:00:00 2001 From: "Mountain/\\Ash" Date: Thu, 5 Oct 2023 11:55:48 +0200 Subject: [PATCH 3/3] Allow /wled00/html_*.h files --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8c870542f..c85fae0c2 100644 --- a/.gitignore +++ b/.gitignore @@ -18,7 +18,6 @@ wled-update.sh /node_modules/ /wled00/extLibs -/wled00/html_*.h /wled00/LittleFS /wled00/my_config.h /wled00/Release