mirror of
https://github.com/aelve/guide.git
synced 2024-11-30 20:31:17 +03:00
28eb2ee6f2
by using `purescript-bridge`. - Extract content of `Guide.Api` into `Guide.Api.*` modules. - Add custom client types to simplify bridging types from HS to PS.
17 lines
284 B
Plaintext
17 lines
284 B
Plaintext
node_modules/
|
|
bower_components/
|
|
output/
|
|
.psci_modules
|
|
npm-debug.log
|
|
.psc-ide-port
|
|
yarn-error.log
|
|
.yarnclean
|
|
|
|
public/server.js
|
|
public/category-overview.js
|
|
public/category-detail.js
|
|
# ^ from PureScript code compiled js files
|
|
|
|
common/Generated
|
|
# ^ generated types by `purescript-bridge`
|