mirror of
https://github.com/enso-org/enso.git
synced 2024-12-19 19:13:16 +03:00
7e47a65b72
Fixes #11536 <img width="238" alt="image" src="https://github.com/user-attachments/assets/e253b188-a6ce-468f-864c-9e814a8a2584"> Also fixed incorrect edge offset when dragging an target-connected edge. <img width="140" alt="image" src="https://github.com/user-attachments/assets/d75ac860-c614-4f40-9cbc-b955e94f5a58"> (cursor painted in, because it wasn't captured by the screenshot 😅) # Important Notes Split away edge layout code away from the component to separate file. That code is likely to be significantly changed soon, but no significant modifications were made right now.
62 lines
1.4 KiB
Plaintext
62 lines
1.4 KiB
Plaintext
# Build Artefacts
|
|
dist
|
|
mockDist
|
|
target
|
|
|
|
# Release body template should not be auto-formatted, as the word wrap does not really looks good in the GitHub UI.
|
|
build/build/release-body.md
|
|
|
|
.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
|
|
docs/**/*.md
|
|
|
|
built-distribution/
|
|
THIRD-PARTY
|
|
/resources/
|
|
|
|
# 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
|
|
tools/http-test-helper/www-files
|
|
|
|
# GUI
|
|
**/scala-parser.js
|
|
**/package-lock.json
|
|
**/msdfgen_wasm.js
|
|
pnpm-lock.yaml
|
|
|
|
# Generated files
|
|
app/ide-desktop/lib/client/electron-builder-config.json
|
|
app/ide-desktop/lib/content-config/src/config.json
|
|
app/gui/playwright-report/
|
|
app/gui/playwright/.auth/
|
|
|
|
app/gui/dist/
|
|
app/gui/view/documentation/assets/stylesheet.css
|
|
app/rust-ffi/pkg
|
|
app/gui/src/project-view/assets/font-*.css
|
|
Cargo.lock
|
|
build.json
|
|
app/gui/playwright-report/
|
|
|
|
# Engine Builds can leave these nested working copies.
|
|
# TODO [mwu]: Adjust Engine build to not leave them.
|
|
ci-build/
|
|
enso/
|
|
|
|
# Popular IDEs
|
|
.bsp
|
|
.idea
|
|
.vscode
|
|
|
|
# Stray files generated during build
|
|
svm_*.md
|