diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2022-11-28 05:45:20 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2022-12-18 00:00:27 +0300 |
commit | 7bb6daa4bf09947142e38ff468b7f62baae110fd (patch) | |
tree | c120e9ec800525116ad922e6c4cff21064a40538 /.gitignore | |
parent | 16d47968b4938f3b60b97f374d45ad39bb0071b1 (diff) |
esp8266 relay controller wip
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,12 +1,17 @@ .idea /venv +/node_modules *.pyc +config.def.h __pycache__ .DS_Store /src/test/test_inverter_monitor.log /youtrack-certificate /cpp /esp32-cam/CameraWebServer/wifi_password.h +cmake-build-* +.pio +CMakeListsPrivate.txt *.swp |