MVP: Basic working clock and alarm
This commit is contained in:
commit
b6ac19a54d
18 changed files with 22909 additions and 0 deletions
24
.gitignore
vendored
Normal file
24
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
.vscode/
|
||||
|
||||
.pytest_cache/
|
||||
__pycache__/
|
||||
|
||||
# esp-idf built binaries
|
||||
build/
|
||||
build_*_*/
|
||||
sdkconfig
|
||||
sdkconfig.old
|
||||
|
||||
# idf-ci build run output
|
||||
build_summary_*.xml
|
||||
app_info_*.txt
|
||||
size_info_*.txt
|
||||
|
||||
# pytest-embedded log folder
|
||||
pytest_embedded_log/
|
||||
|
||||
# idf-component-manager output
|
||||
dependencies.lock
|
||||
|
||||
managed_components/*
|
||||
!managed_components/.gitkeep
|
||||
Loading…
Add table
Add a link
Reference in a new issue