diff options
author | Martin Fischer <martin@push-f.com> | 2021-04-08 08:56:02 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2021-04-08 15:40:48 +0200 |
commit | 4231388b1fd99b7dbda4dd5885d858aa251513d5 (patch) | |
tree | b12b31e03d09938c7cb979635b22c3f04e8cacfb | |
parent | a019589f49995845ecf86b9d165498db0461e5cd (diff) |
add .gitignore file
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a9d37c5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +target +Cargo.lock |