From 084a09e012e2c64bc0bcf602d7dbc62818015a72 Mon Sep 17 00:00:00 2001 From: qi4L Date: Wed, 11 Sep 2024 18:01:46 +0800 Subject: [PATCH] perf: remove .idea and .gradle+ --- .gitignore | 2 ++ .idea/.gitignore | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..dfd344f --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/.gradle/ +/.idea/ \ No newline at end of file diff --git a/.idea/.gitignore b/.idea/.gitignore index 35410ca..15e772a 100644 --- a/.idea/.gitignore +++ b/.idea/.gitignore @@ -6,3 +6,5 @@ # Datasource local storage ignored files /dataSources/ /dataSources.local.xml +/.idea +/.gradle