From 3bd8c691cd8559799f8ddb1c661c4653d348c81d Mon Sep 17 00:00:00 2001 From: shkim2 Date: Wed, 1 May 2024 01:55:46 +0900 Subject: [PATCH] add gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..86a356a --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +/.idea +/.ssh +/show_dir \ No newline at end of file