From 7c75b0efad06bd3a2f17581a12a2ff5c6423cfe8 Mon Sep 17 00:00:00 2001 From: Romain J Date: Fri, 5 Jun 2020 00:31:15 +0200 Subject: [PATCH] fix(gitignore): add workspace.xml to gitignore --- .gitignore | 2 + .idea/workspace.xml | 226 -------------------------------------------- 2 files changed, 2 insertions(+), 226 deletions(-) delete mode 100644 .idea/workspace.xml diff --git a/.gitignore b/.gitignore index b9b412a..93a978a 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,8 @@ __pycache__/ *.py[cod] *$py.class +.idea/workspace.xml + *.log # PEP 582; used by e.g. github.com/David-OConnor/pyflow diff --git a/.idea/workspace.xml b/.idea/workspace.xml deleted file mode 100644 index 5f9edb2..0000000 --- a/.idea/workspace.xml +++ /dev/null @@ -1,226 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1589922546510 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file