From c09da0c3c65cbccd3a86ff0b315e45d9fa60be77 Mon Sep 17 00:00:00 2001 From: Phil Young Date: Wed, 17 Jul 2024 17:30:17 +0100 Subject: [PATCH] Add IDE iognores to the main gitignore We won't accidentally commit these then --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 708b377..f9445b7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ vendor composer.lock -.phpunit.result.cache \ No newline at end of file +.phpunit.result.cache +.vscode +.idea