From acaf6c8d2d473b3989756cad5728f93760bc79f9 Mon Sep 17 00:00:00 2001 From: Santiago Carmuega Date: Sun, 12 Dec 2021 22:02:58 -0300 Subject: [PATCH] chore: improve gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 869df07..34e3bce 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ /target -Cargo.lock \ No newline at end of file +Cargo.lock + +scratchpad +.DS_Store \ No newline at end of file