diff options
author | Martin Fischer <martin@push-f.com> | 2021-01-17 19:06:58 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2021-01-17 20:02:05 +0100 |
commit | 61efc35b0a9c62c18a7a98419bf2ddbc0a52a42d (patch) | |
tree | ff0ef6604da7b19c0bee5785e93df4844fcc9c17 /.gitignore |
publishv0.1.0
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..436987b --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +/target + +# See https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html +Cargo.lock |