mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-04-22 14:27:20 +00:00
26 lines
534 B
Plaintext
26 lines
534 B
Plaintext
node_modules/
|
|
# .node_modules is a hack for the electron builder.
|
|
.node_modules/
|
|
lib/
|
|
downloads/
|
|
build/
|
|
Examples/
|
|
!electron/build/
|
|
src-gen/
|
|
!webpack.config.js
|
|
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
|
|
# the tokens folder for the themes
|
|
scripts/themes/tokens
|
|
# environment variables
|
|
.env
|
|
# content trace files for electron
|
|
electron-app/traces
|