Initial commit: FarmBox edge stack (ESP32 firmware + MQTT bridge + sync agent)
This commit is contained in:
+25
@@ -0,0 +1,25 @@
|
||||
# Node
|
||||
node_modules/
|
||||
npm-debug.log*
|
||||
|
||||
# Env
|
||||
.env
|
||||
.env.local
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Editor
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
|
||||
# Mosquitto runtime
|
||||
mosquitto/data/
|
||||
mosquitto/log/
|
||||
|
||||
# Build artifacts
|
||||
*.bin
|
||||
*.elf
|
||||
build/
|
||||
Reference in New Issue
Block a user