Files
tide-display/ePaper-ESP-IDF/.gitignore
Peter Siegmund 290a4d2722 starting with ESP-IDF
- initial ESP-IDF project
- starting custom component (Timber)

Signed-off-by: Peter Siegmund <peter@rdkr.com>
2024-05-18 23:09:20 +02:00

17 lines
272 B
Plaintext

# esp-idf
build/
sdkconfig
sdkconfig.old
managed_components
# 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__