lvgl-hmi-display-ui/.gitignore
2026-02-27 08:23:15 +07:00

15 lines
187 B
Plaintext

# 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
.DS_Store