summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 4f148200576fedb71857bf27bc29185639d233d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
node_modules/
lib/
esm/
.DS_STORE
# Rust version - available when ready
rs/*/target/
rs/*/Cargo.lock

.DS_STORE
umd/
# for demo
.parcel-cache
dist/