Skip to content

Commit fc2fcf1

Browse files
authored
Merge pull request #6 from jbertovic/dev_v0.2.0
v0.2.0
2 parents 6b408b1 + 418e11b commit fc2fcf1

38 files changed

+595
-4241
lines changed

.gitignore

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1+
# Editor directories and files
2+
.vscode/*
3+
14
# from rust
5+
Cargo.lock
26
/target
37

48
# from svelte
5-
/node_modules
6-
/public/build
7-
8-
# Editor directories and files
9-
.vscode/*
9+
/front_end/node_modules
10+
/front_end/public/build/
11+
/front_end/package-lock.json

0 commit comments

Comments
 (0)