arduino-ide/electron/.gitignore
Akos Kitta ac9cce16f7
chore: Updated to Theia 1.31.1 (#1662)
Closes #1655
Closes #1656

Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
2022-11-29 09:39:54 +01:00

23 lines
491 B
Plaintext

# The working-copy folder we use to package the application.
working-copy/
# Ignore all Theia generated things.
*.log
src-gen/
node_modules/
build/yarn.lock
webpack.config.js
lib/
# The electron-builder output.
dist/
# `dotenv` can provide dynamic input for the elecrton-builder. e.g.: commitish for the build.
electron-builder.env
# The generated `package.json` under the `build` folder.
build/package.json
# Resources the packager copies from dev to prod
build/resources/preload.html