enso/gui/.gitignore
Ara Adkins 566a318a91 Remove shared libraries from the IDE repo (https://github.com/enso-org/ide/pull/626)
1.  Removes `prelude`, and renames it to `enso-prelude`.
2.  Removes `shapely`, and renames it to `enso-shapely`.
3.  Removes `macro-utils` and renames it to `enso-macro-utils`.

Original commit: a5069c1ae5
2020-07-01 16:26:24 +01:00

23 lines
226 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
.nvmrc