From 20f858f087e797482bd528bb166282921a74528e Mon Sep 17 00:00:00 2001 From: Gavin King Date: Wed, 25 Sep 2024 18:16:44 +0200 Subject: [PATCH] try adding minimal IntelliJ project config --- .gitignore | 4 +- .idea/codeStyles/Project.xml | 39 ++++++++++++++++++++ .idea/codeStyles/codeStyleConfig.xml | 5 +++ .idea/inspectionProfiles/Project_Default.xml | 14 +++++++ 4 files changed, 61 insertions(+), 1 deletion(-) create mode 100644 .idea/codeStyles/Project.xml create mode 100644 .idea/codeStyles/codeStyleConfig.xml create mode 100644 .idea/inspectionProfiles/Project_Default.xml diff --git a/.gitignore b/.gitignore index 1427882b7f..4b16e4010c 100644 --- a/.gitignore +++ b/.gitignore @@ -16,7 +16,9 @@ lib # IntelliJ specific files/directories out -.idea +.idea/modules +.idea/shelf +.idea/*.xml *.ipr *.iws *.iml diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml new file mode 100644 index 0000000000..fcc4f258bf --- /dev/null +++ b/.idea/codeStyles/Project.xml @@ -0,0 +1,39 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml new file mode 100644 index 0000000000..79ee123c2b --- /dev/null +++ b/.idea/codeStyles/codeStyleConfig.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000000..2a318cb581 --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,14 @@ + + + + \ No newline at end of file