Files
espnav-display/.gitignore
T
2026-06-18 15:04:18 +02:00

44 lines
425 B
Plaintext

# 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/