mirror of
https://github.com/enso-org/enso.git
synced 2024-11-22 22:10:15 +03:00
2d29456ed1
Closes #5113 Fixes a bug where read-only files would be overwritten if File.write was used in backup mode, and added tests to avoid such regression. To implement it, introduced a `is_writable` property on `File`.
42 lines
941 B
Plaintext
42 lines
941 B
Plaintext
# Build Artefacts
|
|
dist
|
|
target
|
|
|
|
.github/PULL_REQUEST_TEMPLATE.md
|
|
.github/ISSUE_TEMPLATE
|
|
distribution/launcher/THIRD-PARTY
|
|
distribution/engine/THIRD-PARTY
|
|
distribution/project-manager/THIRD-PARTY
|
|
tools/legal-review
|
|
distribution/lib/Standard/*/*/manifest.yaml
|
|
distribution/lib/Standard/*/*/polyglot
|
|
distribution/lib/Standard/*/*/THIRD-PARTY
|
|
distribution/docs-js
|
|
|
|
built-distribution/
|
|
THIRD-PARTY
|
|
|
|
# The files in the `data` directory of our tests may have specific structure or
|
|
# even be malformed on purpose, so we do not want to run prettier on them.
|
|
test/**/data
|
|
|
|
# GUI
|
|
**/scala-parser.js
|
|
**/package-lock.json
|
|
**/msdfgen_wasm.js
|
|
|
|
# Generated files
|
|
app/ide-desktop/build.json
|
|
app/ide-desktop/lib/client/electron-builder-config.json
|
|
app/gui/view/documentation/assets/stylesheet.css
|
|
Cargo.lock
|
|
|
|
# Engine Builds can leave these nested working copies.
|
|
# TODO [mwu]: Adjust Engine build to not leave them.
|
|
ci-build/
|
|
enso/
|
|
|
|
# Popular IDEs
|
|
.idea
|
|
.bsp
|