From 986549c2f7dc26aa7b5ca76a45ec3e2510b83a00 Mon Sep 17 00:00:00 2001 From: OMGeeky Date: Fri, 7 Apr 2023 13:46:50 +0200 Subject: [PATCH] update gitignore --- .gitignore | 1 + .idea/.gitignore | 8 -------- 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 .idea/.gitignore diff --git a/.gitignore b/.gitignore index 45c2045..d16dfff 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /downloader/logs/ /build /tests/test_data/tmp/ +/.idea/ \ No newline at end of file diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 13566b8..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Editor-based HTTP Client requests -/httpRequests/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml