From 97c965835f5daee6b621e686f80a987363a254bb Mon Sep 17 00:00:00 2001 From: junilHwang Date: Sat, 24 Oct 2020 18:08:29 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20gitignore=20=EC=9E=91=EC=84=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..77645d6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.idea +.DS_Store +*.iml \ No newline at end of file