Files
tide-display/ePaper-ESP-IDF/.gitignore
Peter Siegmund 09037c6df0 initial ESP-IDF project
Signed-off-by: Peter Siegmund <peter@rdkr.com>
2024-05-29 23:03:43 +02:00

20 lines
301 B
Plaintext

# esp-idf
build/
sdkconfig
sdkconfig.old
managed_components
*.lock
*.log
.component_hash
# They ignored Idea (Webstorm) completely
.idea/
# However, they kept the following 4 files version controlled
.vscode/*
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
.history/*
__pycache__