From 668a01f1f2085bac170912c80c8f730a35f48ebe Mon Sep 17 00:00:00 2001 From: Lorenzo Delgado Date: Mon, 16 May 2022 12:49:36 +0200 Subject: [PATCH] chore: ignore Jetbrains IDE configuration files --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 451814e44..7d160e963 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,6 @@ rln package-lock.json node_modules/ /.update.timestamp + +# Ignore Jetbrains IDE files +.idea/ \ No newline at end of file