From c7391ec46827ee42da21b262a60b49a76d22f9de Mon Sep 17 00:00:00 2001 From: Kichiyaki Date: Sun, 7 Mar 2021 11:57:22 +0100 Subject: [PATCH] add the .idea folder to the .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index fbd651a..2edbc72 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .env.local -temp.txt \ No newline at end of file +temp.txt +.idea \ No newline at end of file