enso/gui/.gitignore

22 lines
219 B
Plaintext
Raw Normal View History

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