From 38739f7b5389f51adab611c799363dc6bf3f8c52 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Mon, 22 Aug 2022 17:07:41 -0400 Subject: [PATCH] Add idea folder to gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9aa94f5..af8636c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ - .hugo_build.lock .directory .DS_Store public/ +.idea/ \ No newline at end of file