From 9dd0efdf0084d0a1422ffd53c7cf50c726ddb274 Mon Sep 17 00:00:00 2001 From: Juan Vuletich Date: Mon, 18 Jul 2022 17:15:38 -0300 Subject: [PATCH] add .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..63e8f3d --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +#macOS custom attributes +.DS_Store