From efc5956f740440cf4684e982fd4ceef85f2a2c67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Quixada=CC=81?= Date: Wed, 13 Oct 2021 19:56:32 -0400 Subject: [PATCH] refactor: added .vscode to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index bd2263a..88b3696 100644 --- a/.gitignore +++ b/.gitignore @@ -27,11 +27,12 @@ DerivedData *.xcuserstate project.xcworkspace -# Android/IntelliJ +# IDEs # build/ .idea .gradle +.vscode local.properties *.iml