diff options
author | Ben Bridle <bridle.benjamin@gmail.com> | 2022-08-25 20:57:37 +1200 |
---|---|---|
committer | Ben Bridle <bridle.benjamin@gmail.com> | 2022-08-25 20:57:37 +1200 |
commit | 6eee1102918857b11ecc193e684e2438520ef90f (patch) | |
tree | 19533d851c646331c38965a2ab3fd91a15f131a3 /.gitignore | |
download | recipe-1.0.zip |
Initial commitv1.0
Diffstat (limited to '.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 |