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

narrow the `resources` folder constraint in the .gitignore Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
23 lines
526 B
Plaintext
23 lines
526 B
Plaintext
node_modules/
|
|
lib/
|
|
downloads/
|
|
arduino-ide-extension/src/node/resources
|
|
arduino-ide-extension/Examples/
|
|
src-gen/
|
|
gen-webpack.config.js
|
|
gen-webpack.node.config.js
|
|
.DS_Store
|
|
# switching from `electron` to `browser` in dev mode.
|
|
.browser_modules
|
|
yarn*.log
|
|
# For the VS Code extensions used by Theia.
|
|
electron-app/plugins
|
|
# the tokens folder for the themes
|
|
scripts/themes/tokens
|
|
# content trace files for electron
|
|
electron-app/traces
|
|
# any Arduino LS generated log files
|
|
inols*.log
|
|
# The electron-builder output.
|
|
electron-app/dist
|