add ingore and modules

This commit is contained in:
01trisha 2026-02-20 06:45:18 +07:00
parent b3adcd481d
commit 6e89d428c7
2 changed files with 24 additions and 0 deletions

15
.gitignore vendored Normal file
View 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
View 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