jetzig/.gitignore
Bob Farrell e980782316 Implement jetzig server command
Runs a development server and auto-reloads when changes are detected to
files.

Note that a "change" is just an mtime update, Zig does a more
intelligent change detection so avoids unnecessary recompiles, so the
server reloads very quickly.
2024-03-11 18:38:48 +00:00

6 lines
43 B
Plaintext

zig-out/
zig-cache/
*.core
static/
.jetzig