diff --git a/.gitignore b/.gitignore index 96015eb..e6c46e3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,21 @@ .DS_Store + +dist/ dist/electron/* dist/web/* + build/* !build/icons/ + node_modules/ + npm-debug.log npm-debug.log.* +.pnpm-debug.log + thumbs.db !.gitkeep + .idea -dist/ +.vscode + diff --git a/.pnpm-debug.log b/.pnpm-debug.log deleted file mode 100644 index a412746..0000000 --- a/.pnpm-debug.log +++ /dev/null @@ -1,5 +0,0 @@ -{ - "0 debug pnpm:scope": { - "selected": 1 - } -} \ No newline at end of file diff --git a/src/renderer/App.vue b/src/renderer/App.vue index 77b8180..58a863b 100644 --- a/src/renderer/App.vue +++ b/src/renderer/App.vue @@ -1,6 +1,6 @@