rebound/modd.conf

9 lines
130 B
Plaintext
Raw Permalink Normal View History

2023-09-09 04:00:00 +02:00
**/*.go
http/templates/**
http/assets/**
.env
2023-09-09 04:00:00 +02:00
Makefile {
prep: make build
daemon: make run
daemon: npx http-server .
}