1
1
mirror of https://github.com/aelve/guide.git synced 2024-11-30 20:31:17 +03:00
guide/front-ps/.gitignore
Jens Krause 28eb2ee6f2
Generate PS types of API endpoints (#199)
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.
2017-09-01 22:13:16 +02:00

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`