mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-04-20 21:37:18 +00:00

Added a bare minimum example. Closes #193 Closes #324 Closes #327 Closes #717 Closes #851 Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
23 lines
503 B
Plaintext
23 lines
503 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
|
|
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
|
|
build/patch/frontend/index.js
|