mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-04-22 14:27:20 +00:00
16 lines
409 B
Plaintext
16 lines
409 B
Plaintext
# 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` and lock file under the `build` folder.
|
|
build/package.json
|
|
build/yarn.lock
|
|
|
|
# Resources the packager copies from dev to prod
|
|
build/resources/preload.html
|
|
|
|
# For the private npm package registry
|
|
packager/npm-registry/storage
|