Rebuilds, frees the port (stale servers from earlier sessions squat on it), and restarts detached on 0.0.0.0:8787; the .lan/ store and its log are long-lived and gitignored.
17 lines
322 B
Plaintext
17 lines
322 B
Plaintext
.DS_Store
|
|
|
|
# build artifacts from `make build`
|
|
build/
|
|
|
|
# a root-level `sx build -o dist` convenience binary
|
|
/dist
|
|
|
|
# scratch store roots / fixtures created by tests (never /tmp)
|
|
.sx-tmp/
|
|
|
|
# the long-running LAN demo store served by `make lan`
|
|
.lan/
|
|
|
|
# sx compiler caches (object cache for #import c units etc.)
|
|
.sx-cache/
|