From c2077dc444ec082504a2ecffc1dd1138bc4c477d Mon Sep 17 00:00:00 2001 From: yjj38 Date: Wed, 16 Jul 2025 14:40:36 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=88=9D=E5=A7=8B=E5=8C=96IntelliJ=20?= =?UTF-8?q?IDEA=E9=A1=B9=E7=9B=AE=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加 .name 文件,设置项目名称为 "AndroidGrape" - 创建 appInsightsSettings.xml 文件,配置 Firebase Crashlytics - 新增 Project_Default.xml 文件,配置项目默认检查规则,包括 DuplicatedCode, Eslint, PyPackageRequirementsInspection 和 PyPep8NamingInspection,并禁用 GrazieInspection, LanguageDetectionInspection 和 SpellCheckingInspection --- .idea/.name | 1 + .idea/appInsightsSettings.xml | 26 +++++++++++ .idea/inspectionProfiles/Project_Default.xml | 45 ++++++++++++++++++++ 3 files changed, 72 insertions(+) create mode 100644 .idea/.name create mode 100644 .idea/appInsightsSettings.xml create mode 100644 .idea/inspectionProfiles/Project_Default.xml diff --git a/.idea/.name b/.idea/.name new file mode 100644 index 0000000..90776c6 --- /dev/null +++ b/.idea/.name @@ -0,0 +1 @@ +AndroidGrape \ No newline at end of file diff --git a/.idea/appInsightsSettings.xml b/.idea/appInsightsSettings.xml new file mode 100644 index 0000000..371f2e2 --- /dev/null +++ b/.idea/appInsightsSettings.xml @@ -0,0 +1,26 @@ + + + + + + \ 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 0000000..ae9596b --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,45 @@ + + + + \ No newline at end of file