13 lines
184 B
Plaintext
13 lines
184 B
Plaintext
|
# 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/*
|