From 1e987fbc28b06131732a3723d8a6869f6cd7a719 Mon Sep 17 00:00:00 2001 From: nexy7574 Date: Tue, 16 Apr 2024 12:42:11 +0100 Subject: [PATCH] Add .idea to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1b27714..2c9bcf7 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,5 @@ targets.json .env *.pyc web/static -*.log \ No newline at end of file +*.log +.idea \ No newline at end of file