spreadlab/.gitignore

13 lines
407 B
Text

# binary from `go build ./cmd/spreadlab`
/spreadlab
# prettier cache (npm run format in web/ walks up here)
/node_modules/
# real frontend builds copied over the committed placeholder (index.html
# stays tracked; `git restore internal/webdist/dist` after local testing)
/internal/webdist/dist/*
!/internal/webdist/dist/index.html
# internal working docs (specs, handoffs, mockups) stay local-only
/docs/