26 lines
207 B
Plaintext
26 lines
207 B
Plaintext
# 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/
|