From c9de7f9ab4a2f3f288b86887818512ee2005588b Mon Sep 17 00:00:00 2001 From: "seonkyu.kim" Date: Wed, 5 Feb 2025 00:43:52 +0900 Subject: [PATCH] =?UTF-8?q?[=F0=9F=91=B7=F0=9F=8F=BB]=20git=20=EC=A0=95?= =?UTF-8?q?=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 ++- .idea/.gitignore | 13 ------------- .idea/indexLayout.xml | 8 -------- .idea/vcs.xml | 6 ------ 4 files changed, 2 insertions(+), 28 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/indexLayout.xml delete mode 100644 .idea/vcs.xml diff --git a/.gitignore b/.gitignore index cab8e3b..01e8943 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,8 @@ # 특정 환경에 따라 추가 ./private/ - +# 인텔리제이꺼 +*.idea # Xcode 관련 # 사용자별 설정 파일 diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index dad9b10..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,13 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Rider ignored files -/contentModel.xml -/projectSettingsUpdater.xml -/.idea.AcaMate_iOS.iml -/modules.xml -# Editor-based HTTP Client requests -/httpRequests/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml diff --git a/.idea/indexLayout.xml b/.idea/indexLayout.xml deleted file mode 100644 index 7b08163..0000000 --- a/.idea/indexLayout.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 35eb1dd..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file