diff --git a/ui/.DS_Store b/ui/.DS_Store new file mode 100644 index 0000000..d5434cb Binary files /dev/null and b/ui/.DS_Store differ diff --git a/ui/assets/.DS_Store b/ui/assets/.DS_Store index e14c9fa..d66f82a 100644 Binary files a/ui/assets/.DS_Store and b/ui/assets/.DS_Store differ diff --git a/ui/assets/api/stage.js b/ui/assets/js/api/stage.js similarity index 100% rename from ui/assets/api/stage.js rename to ui/assets/js/api/stage.js diff --git a/vyes-ui/.DS_Store b/vyes-ui/.DS_Store new file mode 100644 index 0000000..5008ddf Binary files /dev/null and b/vyes-ui/.DS_Store differ diff --git a/vyes-ui/.gitignore b/vyes-ui/.gitignore new file mode 100644 index 0000000..eb2e192 --- /dev/null +++ b/vyes-ui/.gitignore @@ -0,0 +1,27 @@ +# If you prefer the allow list template instead of the deny list, see community template: +# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore +# +# Binaries for programs and plugins +*.exe +*.exe~ +*.dll +*.so +*.dylib + +# Test binary, built with `go test -c` +*.test + +# Output of the go coverage tool, specifically when used with LiteIDE +*.out + +# Dependency directories (remove the comment below to include it) +# vendor/ + +# Go workspace file +go.work +go.work.sum + +# env file +.env +dev.yml +.cache