mirror of
https://github.com/enso-org/enso.git
synced 2024-12-20 12:31:45 +03:00
c8c45d8258
The crates in our repo were rearranged to better reflect the structure described in #2269.
Original commit: d81614d96f
23 lines
237 B
Plaintext
23 lines
237 B
Plaintext
dist
|
|
|
|
# Rust
|
|
/target
|
|
/build/rust/target/
|
|
**/*.rs.bk
|
|
pkg/
|
|
wasm-pack.log
|
|
|
|
# IntelliJ
|
|
.idea/
|
|
*.iml
|
|
|
|
# Visual Studio Code
|
|
.vscode/
|
|
|
|
# A thirdparty downloaded js
|
|
/src/rust/ensogl/lib/msdf-sys/msdfgen_wasm.js
|
|
|
|
# JavaScript
|
|
node_modules
|
|
.nvmrc
|