From b1a4be5661c435a72abf4aa8f1b067a6fcdf383a Mon Sep 17 00:00:00 2001 From: Arti Zirk Date: Fri, 25 Jun 2021 22:55:38 +0300 Subject: [PATCH] Remove idea folder --- .gitignore | 1 + .idea/.gitignore | 8 -------- .idea/misc.xml | 18 ------------------ .idea/vcs.xml | 7 ------- 4 files changed, 1 insertion(+), 33 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/misc.xml delete mode 100644 .idea/vcs.xml diff --git a/.gitignore b/.gitignore index 01acaa5..9ba28bd 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ bin/ *.elf *.bin generated.*.ld +.idea diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 73f69e0..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml -# Editor-based HTTP Client requests -/httpRequests/ diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 53624c9..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index f9404a3..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file