diff options
author | Santo Cariotti <santo@dcariotti.me> | 2021-12-06 21:04:28 +0100 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2021-12-06 21:33:16 +0100 |
commit | f754fb2b193bfd17a7af51fae32f0805a1f16d0b (patch) | |
tree | 21c72600fe749e882882759341582cc182467a7d /.gitignore |
Add day1
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..80ddb49 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +debug/ +target/ +Cargo.lock |