From fc2fa8692551b02e3fe3d9aa7140f3ae697a2c5b Mon Sep 17 00:00:00 2001 From: David Dal Busco Date: Sat, 14 Sep 2024 11:58:35 +0200 Subject: [PATCH] chore: git ignore ide config --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 6f2e965..ebff54d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,10 @@ # See https://help.github.com/articles/ignoring-files/ for more about ignoring files. +# various IDEs and backup files +.vscode/ +.idea/ +**/*~ + # dependencies /node_modules /.pnp