src.nth.io/

summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2026-06-13 18:57:54 -0500
committerLuke Hoersten <[email protected]>2026-06-13 18:59:25 -0500
commit3ba136c96263c8f7760e73ea1e55361bee526416 (patch)
treeaa050710d60b8a36e26781040d35158da937754d /.gitignore
Initial Scrypted Viewport scaffold
Plain ESP-IDF project targeting Waveshare ESP32-P4-ETH-POE with a 5" 800x480 MIPI-DSI capacitive touch panel. Stub app_main with TODOs for Ethernet, mDNS, HTTP API (/health, /config, /frame, /sleep, /brightness), JPEG decode, and touch callback delivery per the v1 spec in README.md.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..e597f25
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,6 @@
+build/
+sdkconfig
+sdkconfig.old
+dependencies.lock
+managed_components/
+/.cache/