diff --git a/.eslintignore b/.eslintignore index ddc73845..22b1dba1 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,2 +1,2 @@ /dist -/build +/vite-dist diff --git a/.gitignore b/.gitignore index 500d9287..b9d57b54 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,5 @@ node_modules .DS_Store -dist -build -icon-build -build-resources -doc -/ffmpeg -/app.log *.provisionprofile .pnp.* @@ -16,3 +9,11 @@ doc !.yarn/releases !.yarn/sdks !.yarn/versions + +/dist +/vite-dist +/icon-build +/build-resources +/doc +/ffmpeg +/app.log diff --git a/public/index.html b/index.html similarity index 72% rename from public/index.html rename to index.html index 97bef40a..1d1691cd 100644 --- a/public/index.html +++ b/index.html @@ -6,5 +6,6 @@
+