Files
cameradar/gui/.gitignore
T
Gael du Plessix 71046216ce Add GUI dev environment (#114)
Setup dev tools to build GUI using ReasonML + Electron

Use react-scripts instead of custom build config

Add electron command

Rename command
2018-03-12 15:04:05 +01:00

18 lines
147 B
Plaintext

# dependencies
/node_modules
# build
/build
# bucklescript
/lib
/types
.merlin
# misc
.DS_Store
npm-debug.log*
yarn-debug.log*
yarn-error.log*