From 1d66bcc3bbc07d49a06cfbea3f6b4b5fe1747bc6 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Tue, 29 Oct 2024 23:51:00 -0500 Subject: [PATCH] Remove .idea --- .gitignore | 1 + .idea/misc.xml | 7 ------- .idea/vcs.xml | 6 ------ 3 files changed, 1 insertion(+), 13 deletions(-) delete mode 100644 .idea/misc.xml delete mode 100644 .idea/vcs.xml diff --git a/.gitignore b/.gitignore index 9369574..d85d8ee 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ .clangd .conanbuild .current_build +.idea __pycache__ CMakeLists.txt.user Session.vim diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 7f5d14a..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 35eb1dd..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file