From 30982fbe55ea4262331c0bbbb61424100daf8068 Mon Sep 17 00:00:00 2001 From: Cubxity Date: Sun, 1 Jan 2023 11:59:50 +0100 Subject: [PATCH] fix: gitignore and .idea directory --- .gitignore | 2 +- .idea/.gitignore | 3 --- .idea/codeStyles/Project.xml | 21 --------------------- .idea/codeStyles/codeStyleConfig.xml | 5 ----- .idea/vcs.xml | 6 ------ 5 files changed, 1 insertion(+), 36 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/codeStyles/Project.xml delete mode 100644 .idea/codeStyles/codeStyleConfig.xml delete mode 100644 .idea/vcs.xml diff --git a/.gitignore b/.gitignore index 7282e084..e240c6d5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -.idea/** +.idea/* !.idea/copyright *.iml *.ipr diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 26d33521..00000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml deleted file mode 100644 index de04e543..00000000 --- a/.idea/codeStyles/Project.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml deleted file mode 100644 index 79ee123c..00000000 --- a/.idea/codeStyles/codeStyleConfig.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 35eb1ddf..00000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file