mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-04-19 21:07:20 +00:00

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>
13 lines
250 B
Plaintext
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
|