mirror of
https://github.com/enso-org/enso.git
synced 2024-12-19 19:13:16 +03:00
e10fc464a8
Original commit: c38ca0d5a4
22 lines
219 B
Plaintext
22 lines
219 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
|
|
/lib/core/msdf-sys/msdfgen_wasm.js
|
|
|
|
# JavaScript
|
|
node_modules
|