Add .env.example and adjust .gitignore for env file handling

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-15 18:06:17 +02:00
parent 1bd28d71b1
commit de23825cf6
2 changed files with 7 additions and 1 deletions
+4
View File
@@ -0,0 +1,4 @@
MQTT_BROKER=nuccy
MQTT_PORT=1882
MQTT_USER=rxf
MQTT_PASSWORD=your_password_here
+3 -1
View File
@@ -31,7 +31,9 @@ yarn-error.log*
.pnpm-debug.log*
# env files (can opt-in for committing if needed)
.env*
.env
.env.local
.env.*.local
# vercel
.vercel