add ingore and modules
This commit is contained in:
parent
b3adcd481d
commit
6e89d428c7
15
.gitignore
vendored
Normal file
15
.gitignore
vendored
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
# Ignore build folder
|
||||||
|
build/
|
||||||
|
bin/
|
||||||
|
|
||||||
|
# Ignore UI folder, this should be commited in its own repository
|
||||||
|
ui/
|
||||||
|
|
||||||
|
# Ignore all dot folders, with below exceptions
|
||||||
|
.*/
|
||||||
|
|
||||||
|
# VSCode
|
||||||
|
.vscode
|
||||||
|
|
||||||
|
main/
|
||||||
|
rec-ui/
|
||||||
9
.gitmodules
vendored
Normal file
9
.gitmodules
vendored
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
[submodule "lv_drivers"]
|
||||||
|
path = lv_drivers
|
||||||
|
url = https://github.com/lvgl/lv_drivers.git
|
||||||
|
[submodule "lvgl"]
|
||||||
|
path = lvgl
|
||||||
|
url = https://github.com/lvgl/lvgl.git
|
||||||
|
[submodule "FreeRTOS"]
|
||||||
|
path = FreeRTOS
|
||||||
|
url = https://github.com/FreeRTOS/FreeRTOS-Kernel.git
|
||||||
Loading…
x
Reference in New Issue
Block a user