enso/gui/.gitignore
Adam Obuchowicz c8c45d8258 Rearrange crates (https://github.com/enso-org/ide/pull/616)
The crates in our repo were rearranged to better reflect the structure described in #2269.

Original commit: d81614d96f
2020-07-06 12:09:54 +02:00

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