andrew 8760b98d19 Temporary inclusion of ui folder to allow folder structure commit
Updated README to better explain folder structure
2020-11-16 11:07:38 +00:00

13 lines
181 B
Plaintext

# Ignore build folder
build/
# Ignore UI folder, this should be commited in its own repository
# Ignore all dot folders, with below exceptions
.*/
# VSCode
!.vscode/
!.vscode/*