From 9d87a372327bdc4c57326661b59c0bf4b29ffb5c Mon Sep 17 00:00:00 2001 From: flykhan Date: Wed, 21 Feb 2024 09:38:12 +0800 Subject: [PATCH] ignore */output/ --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5890b71..7bbfad1 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,6 @@ build/ -*.exe \ No newline at end of file +*.exe + +*/output/ \ No newline at end of file