mirror of
https://github.com/enso-org/enso.git
synced 2024-12-25 17:32:28 +03:00
68601ba9e9
Original commit: d0b71bb46c
23 lines
237 B
Plaintext
23 lines
237 B
Plaintext
# Rust
|
|
/target
|
|
/script/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
|
|
|
|
# Markers
|
|
.initialized
|