From 6b781e2ae334288743e7a37b4b7a8202da0c028d Mon Sep 17 00:00:00 2001 From: Klaas <kliffen@astron.nl> Date: Wed, 9 Nov 2022 15:45:55 +0100 Subject: [PATCH] Remove IDE configuration --- .gitignore | 4 ++++ .vscode/settings.json | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.gitignore b/.gitignore index 7e8ebcd..4af2633 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,7 @@ dist/* .coverage coverage.xml htmlcov/* + +# IDE configuration +.vscode +.idea diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 163c984..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "python.formatting.provider": "black" -} -- GitLab