From 72f9d389af2a91d544d1979030534053804763e9 Mon Sep 17 00:00:00 2001 From: Kate Doeen Date: Wed, 13 Jul 2022 21:07:45 +0200 Subject: [PATCH] Fix .idea/.gitignore --- .idea/.gitignore | 12 ++------ .idea/nextcloud-harbour.iml | 60 +++++++++++++++++++++++++++++++++++++ 2 files changed, 63 insertions(+), 9 deletions(-) create mode 100644 .idea/nextcloud-harbour.iml diff --git a/.idea/.gitignore b/.idea/.gitignore index 59053622..7800b306 100644 --- a/.idea/.gitignore +++ b/.idea/.gitignore @@ -1,10 +1,4 @@ -# Default ignored files -/shelf/ /workspace.xml -# Editor-based HTTP Client requests -/httpRequests/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml -/libraries -*.iml +/usage.statistics.xml +/shelf/ +/libraries/ diff --git a/.idea/nextcloud-harbour.iml b/.idea/nextcloud-harbour.iml new file mode 100644 index 00000000..4db18808 --- /dev/null +++ b/.idea/nextcloud-harbour.iml @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file