16 lines
191 B
Plaintext
16 lines
191 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
|
|
|
|
main/
|
|
rec-ui/
|