init commit
This commit is contained in:
+43
@@ -0,0 +1,43 @@
|
||||
# PlatformIO
|
||||
.pio/
|
||||
.vscode/
|
||||
|
||||
# Generated output
|
||||
src/generated/web_ui.h
|
||||
|
||||
# Empty LittleFS dir for PROGMEM builds — keep .gitkeep only
|
||||
data_empty/*
|
||||
!data_empty/.gitkeep
|
||||
|
||||
# React
|
||||
web-dashboard/node_modules/
|
||||
web-dashboard/dist/
|
||||
|
||||
# Build output
|
||||
data/www/
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# IDE
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
.idea/
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
|
||||
# Environment
|
||||
.env
|
||||
|
||||
# Python virtual environment
|
||||
.venv/
|
||||
venv/
|
||||
__pycache__/
|
||||
*.pyc
|
||||
|
||||
node_modules/
|
||||
dist/
|
||||
|
||||
Reference in New Issue
Block a user