From 928b78e3f099bf3e7dadbb8ac6e1cd650d59ac04 Mon Sep 17 00:00:00 2001 From: vico Date: Mon, 8 Jan 2024 14:49:47 +0800 Subject: [PATCH] feat(config): add default download dir in gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 57f22a3..c80aef6 100644 --- a/.gitignore +++ b/.gitignore @@ -132,4 +132,7 @@ dist .DS_Store dist temp -types \ No newline at end of file +types + + +/download \ No newline at end of file