Skip to content

Commit 41270ff

Browse files
committed
tidier .gitignore
2 parents 174f9a2 + 7e6b65b commit 41270ff

3 files changed

Lines changed: 3 additions & 53 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 0 additions & 51 deletions
This file was deleted.

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ debug.cfg
1010
esp32.vsd
1111
esp32s3.svd
1212

13-
# Build and Output Folders
13+
# Build, Logs and Output Folders
1414
build/
1515
data/
1616
logs/
@@ -37,4 +37,4 @@ SomfyController.ino.esp32s2.bin
3737

3838
# Temporary and Backup Files
3939
*.orig
40-
*.bak
40+
*.bak

src/ConfigSettings.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#ifndef configsettings_h
66
#define configsettings_h
77
#include "WResp.h"
8+
89
#ifndef FW_VERSION
910
#define FW_VERSION "v0.0.0" // Fallback if app_version.py script fails
1011
#endif

0 commit comments

Comments
 (0)