From 35dd30c105a128874e1939e9c45413299fcaea9a Mon Sep 17 00:00:00 2001 From: Mats Jun Date: Wed, 30 Oct 2024 17:22:17 +0900 Subject: [PATCH] Clean up IntelliJ project configuration (#7040) --- .idea/codeStyles/Project.xml | 22 +---- .idea/compiler.xml | 22 ----- .idea/copyright/profiles_settings.xml | 3 - .idea/jsDialects.xml | 5 +- .idea/jsLibraryMappings.xml | 6 -- .idea/jsLinters/jshint.xml | 85 ------------------- .idea/libraries/.gitignore | 2 - .idea/modules.xml | 3 +- ...plate__of_mocha_javascript_test_runner.xml | 14 --- 9 files changed, 4 insertions(+), 158 deletions(-) delete mode 100644 .idea/compiler.xml delete mode 100644 .idea/copyright/profiles_settings.xml delete mode 100644 .idea/jsLibraryMappings.xml delete mode 100644 .idea/jsLinters/jshint.xml delete mode 100644 .idea/libraries/.gitignore delete mode 100644 .idea/runConfigurations/_template__of_mocha_javascript_test_runner.xml diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index 708c7dc4d..65ca36307 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -14,15 +14,9 @@