From b6a332ec9393bcf73d66fe05cec1757740bff7aa Mon Sep 17 00:00:00 2001 From: Rico van Zelst Date: Mon, 8 Jan 2024 14:14:44 +0100 Subject: [PATCH] chore(gitignore): add .idea/ to ignore list Add .idea/ directory to the ignore list in .gitignore file. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index a6197de..1172c3d 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,5 @@ /node_modules /phpunit.xml /.phpunit.cache + +.idea/