arduino-ide/.gitignore
Akos Kitta 507fbd0fd1 Updated the README with the build step.
From now on, Electron `4.x` is used for the dev.
Otherwise, we could not use `@grpc/grpc-js`.

Signed-off-by: Akos Kitta <kittaakos@typefox.io>
2019-05-09 09:11:18 +02:00

13 lines
250 B
Plaintext

node_modules/
# .node_modules is a hack for the electron builder.
.node_modules/
lib/
build/
!electron/build/
src-gen/
arduino-ide-*/webpack.config.js
.DS_Store
/workspace/static
# switching from `electron` to `browser` in dev mode.
.browser_modules