diff options
author | Richard Walters <rwalters@digitalstirling.com> | 2020-11-09 23:00:51 -0800 |
---|---|---|
committer | Richard Walters <rwalters@digitalstirling.com> | 2020-11-09 23:00:51 -0800 |
commit | 09efb551534488bbee8261a39f159e614676a175 (patch) | |
tree | fd1dd978a83965d62d1a1489f8df32828258ea3a | |
parent | 08045e8379a0e16bd9ec4dcdf3eb66e50180bdd9 (diff) |
Add .gitignore
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..96ef6c0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/target +Cargo.lock |