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