mirror of
https://github.com/enso-org/enso.git
synced 2024-11-27 04:32:09 +03:00
4fd137bfc3
Original commit: b2ee9388e4
20 lines
212 B
Plaintext
20 lines
212 B
Plaintext
# Rust
|
|
/target
|
|
/build/rust/target/
|
|
**/*.rs.bk
|
|
pkg/
|
|
wasm-pack.log
|
|
|
|
# IntelliJ
|
|
.idea/
|
|
*.iml
|
|
|
|
# VisualStudio Code
|
|
.vscode/
|
|
|
|
# A thirdparty downloaded js
|
|
/lib/core/msdf-sys/msdfgen_wasm.js
|
|
|
|
# JavaScript
|
|
node_modules
|