From cebb9037dacfac76643b165ed075a1220ef219ec Mon Sep 17 00:00:00 2001 From: bitcookies Date: Sun, 24 Apr 2022 15:31:19 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=AB=20Update=20gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f038dc8..08dd025 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .DS_Store Thumbs.db -.vs/ \ No newline at end of file +.vs/ +obj/ \ No newline at end of file