starting with ESP-IDF
- initial ESP-IDF project - starting custom component (Timber) Signed-off-by: Peter Siegmund <peter@rdkr.com>
This commit is contained in:
16
ePaper-ESP-IDF/.gitignore
vendored
Normal file
16
ePaper-ESP-IDF/.gitignore
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
# 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__
|
Reference in New Issue
Block a user