From 1583452a8a9cd7a6bbbb65446638020a10fbca55 Mon Sep 17 00:00:00 2001 From: David Poeschl Date: Sun, 5 Nov 2023 08:06:45 -0800 Subject: [PATCH] gitignore entry for ".idea" (#7) --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ffdcec4..ed1b4aa 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -repo \ No newline at end of file +repo +.idea \ No newline at end of file