From 67f54571e2bd1970e867a381a88fe33cb370851d Mon Sep 17 00:00:00 2001 From: Luke Esau Date: Thu, 27 Apr 2023 12:35:50 -0700 Subject: [PATCH] added .idea to .gitignore --- .gitignore | 1 + .idea/workspace.xml | 8 +------- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 3503dd3..c6f6cc4 100644 --- a/.gitignore +++ b/.gitignore @@ -40,6 +40,7 @@ __pycache__/ # Distribution / packaging python3-vckonline/ +.idea/ .Python build/ develop-eggs/ diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 4760507..70dafdd 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,13 +4,7 @@