mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-04-19 21:07:20 +00:00
14 lines
261 B
Plaintext
14 lines
261 B
Plaintext
node_modules/
|
|
# .node_modules is a hack for the electron builder.
|
|
.node_modules/
|
|
lib/
|
|
build/
|
|
downloads/
|
|
!electron/build/
|
|
src-gen/
|
|
arduino-ide-*/webpack.config.js
|
|
.DS_Store
|
|
/workspace/static
|
|
# switching from `electron` to `browser` in dev mode.
|
|
.browser_modules
|