From 2df968a765cf7875d3e942ab679349df843cb63b Mon Sep 17 00:00:00 2001 From: septs Date: Mon, 18 Nov 2024 23:35:05 +0800 Subject: [PATCH] chore: simplify dot-idea gitignore --- .gitignore | 7 ------- .idea/.gitignore | 9 ++++++++- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 2b15a47..6cc80a0 100644 --- a/.gitignore +++ b/.gitignore @@ -2,13 +2,6 @@ .gradle /local.properties /keystore.properties -/.idea/caches -/.idea/libraries -/.idea/modules.xml -/.idea/workspace.xml -/.idea/navEditor.xml -/.idea/assetWizardSettings.xml -/.idea/deploymentTargetDropDown.xml .DS_Store /build /captures diff --git a/.idea/.gitignore b/.idea/.gitignore index 26d3352..c9924ab 100644 --- a/.idea/.gitignore +++ b/.idea/.gitignore @@ -1,3 +1,10 @@ # Default ignored files -/shelf/ +/shelf +/caches +/libraries +/modules.xml /workspace.xml +/navEditor.xml +/assetWizardSettings.xml +/deploymentTargetDropDown.xml +/runConfigurations.xml \ No newline at end of file -- 2.45.3