1 parent 6533374 commit bc6899cCopy full SHA for bc6899c
12 files changed
.gitignore
@@ -1,3 +1,8 @@
1
/target
2
.idea
3
-Cargo.lock
+
4
+# Cargo.lock should be committed for binary crates
5
+# web build artifacts
6
+web/node_modules
7
+web/.nuxt
8
+web/.output
0 commit comments