2026-03-04 21:42:28 +07:00

18 lines
237 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
src/gui_generated.c.bak
src/gui_generated.c.bak2