diff options
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | Cargo.toml | 1 | ||||
| -rw-r--r-- | package.json | 7 | ||||
| -rw-r--r-- | yarn.lock | 4 |
4 files changed, 13 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index fd1e9d5..3cfb48e 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,4 @@ build/ .idea/ node_modules/ -*.lock \ No newline at end of file +client/yarn.lock \ No newline at end of file diff --git a/Cargo.toml b/Cargo.toml index 82aa8a |
