From 62cc8e460f4da9a7dbcbda0d613a516e5df0d5a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B0=95=EC=84=B1=ED=98=84?= Date: Mon, 4 Sep 2023 10:59:35 +0900 Subject: [PATCH] =?UTF-8?q?:see=5Fno=5Fevil:=20::=20=EB=A3=A8=ED=8A=B8=20g?= =?UTF-8?q?itignore=EC=97=90=20=EC=B2=98=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 ++ .idea/.gitignore | 4 +--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index aa724b77..b375af6c 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,5 @@ .externalNativeBuild .cxx local.properties +/buildSrc/build +/.idea/ \ No newline at end of file diff --git a/.idea/.gitignore b/.idea/.gitignore index 4cc61e4a..757f2edf 100644 --- a/.idea/.gitignore +++ b/.idea/.gitignore @@ -1,5 +1,3 @@ # Default ignored files /shelf/ -/workspace.xml -buildSrc/build -.idea \ No newline at end of file +/workspace.xml \ No newline at end of file