lvgl_cpp/.gitignore

13 lines
184 B
Plaintext
Raw Permalink Normal View History

2023-03-14 11:57:25 +00:00
# Ignore build folder
build/
# Ignore UI folder, this should be commited in its own repository
ui/
# Ignore all dot folders, with below exceptions
.*/
# VSCode
!.vscode/
!.vscode/*