keep dist folder in desktop

This commit is contained in:
Brendan Allan 2022-08-19 09:03:47 +08:00
parent d919dff99e
commit a64ac38005
2 changed files with 7 additions and 2 deletions

4
.gitignore vendored
View file

@ -1,6 +1,7 @@
node_modules
.next
dist
!apps/desktop/dist
*.tsbuildinfo
package-lock.json
.eslintcache
@ -15,7 +16,6 @@ storybook-static/
cache
.env
vendor/
dist
data
node_modules
packages/turbo-server/data/
@ -61,4 +61,4 @@ todos.md
examples/*/*.lock
/target
/sdserver_data
/sdserver_data

5
apps/desktop/dist/.gitignore vendored Normal file
View file

@ -0,0 +1,5 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore
# This is done so that Tauri never complains that '../dist does not exist'