From 1e0bd4e9382ca5c79ee84bc0472c77927a766585 Mon Sep 17 00:00:00 2001 From: Simon Brown Date: Mon, 11 Sep 2023 07:52:18 +0100 Subject: [PATCH] Ignore .idea --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b6f7ac7..42115ba 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,6 @@ _site/ .bundle/ vendor/ -Gemfile.lock \ No newline at end of file +Gemfile.lock + +.idea \ No newline at end of file