From 04c967acf8bd0ffcd60fdb680f60974a17dbf5ce Mon Sep 17 00:00:00 2001 From: Frank Haverland Date: Fri, 10 Mar 2023 22:20:25 +0100 Subject: [PATCH] add .idea to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2152989..ec7a1b8 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,5 @@ data/ *.DS_Store .DS_Store build/ -collectmeteranalog/__pycache__ \ No newline at end of file +collectmeteranalog/__pycache__ +.idea/ \ No newline at end of file