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

This change is required to be able to support ARM arch in the future. - Fixed the download links for armv7l Linux. - Checked in the generated code. [grpc/grpc-node#1497] - Made the code generation a manual step. - Made the `grpc-tools` dependency optional. - From now on, the serial port regex is case-insensitive. Signed-off-by: Akos Kitta <kittaakos@typefox.io>
18 lines
361 B
Plaintext
18 lines
361 B
Plaintext
node_modules/
|
|
# .node_modules is a hack for the electron builder.
|
|
.node_modules/
|
|
lib/
|
|
downloads/
|
|
build/
|
|
!electron/build/
|
|
src-gen/
|
|
*webpack.config.js
|
|
.DS_Store
|
|
# switching from `electron` to `browser` in dev mode.
|
|
.browser_modules
|
|
yarn*.log
|
|
# For the VS Code extensions used by Theia.
|
|
plugins
|
|
# the config files for the CLI
|
|
arduino-ide-extension/data/cli/config
|