App architecture modifications.
Now GUI and the app itself is divided into two different binaries. The app also provides system tray icon. Whereas the GUI can be used to configure the app.
This commit is contained in:
parent
4e860d63c3
commit
15eacbd20f
3 changed files with 30 additions and 10 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -7,11 +7,6 @@ yarn-error.log*
|
|||
pnpm-debug.log*
|
||||
lerna-debug.log*
|
||||
|
||||
node_modules
|
||||
dist
|
||||
dist-ssr
|
||||
*.local
|
||||
|
||||
# Editor directories and files
|
||||
.vscode
|
||||
.vscode/*
|
||||
|
|
@ -25,6 +20,4 @@ dist-ssr
|
|||
*.sw?
|
||||
|
||||
# Etc
|
||||
.routify
|
||||
build
|
||||
psd
|
||||
Loading…
Add table
Add a link
Reference in a new issue