arduino-ide/.gitignore
Akos Kitta 692f29fe1a fix: sketchbook container building
Closes #1185

Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
2023-01-17 13:54:26 +01:00

26 lines
534 B
Plaintext

node_modules/
# .node_modules is a hack for the electron builder.
.node_modules/
lib/
downloads/
build/
arduino-ide-extension/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 tokens folder for the themes
scripts/themes/tokens
# environment variables
.env
# content trace files for electron
electron-app/traces
# any Arduino LS generated log files
inols*.log