From 7b99e366b3924b7a935557dbdcd3afb6c119af81 Mon Sep 17 00:00:00 2001 From: bitcookies Date: Sun, 24 Apr 2022 14:24:59 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=AB=20Add=20gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add gitignore file --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f038dc8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.DS_Store +Thumbs.db +.vs/ \ No newline at end of file