Commit c2e8d20
committed
Fix setup
Putting the .gitignore file inside build/dist didn't work because vite
blows the directory away and recreates it. Use the toplevel .gitignore
instead.
This does mean that for now, build/dist won't exist on initial clone, so
the go build will fail until vite is run once (generally via `task setup`)
I wish that weren't the case but don't have a solution for now.1 parent b9ae4d3 commit c2e8d20
3 files changed
Lines changed: 2 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
| 24 | + | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
This file was deleted.
0 commit comments