From 6614e788feae8df93a4db0a10094295b535c2456 Mon Sep 17 00:00:00 2001 From: chenhang Date: Mon, 15 Jun 2026 19:03:35 +0800 Subject: [PATCH] chore(gitignore): ignore pictures directory Add `pictures/` to .gitignore to prevent tracking of local image files that should not be committed to the repository. --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7a5ed4cc..afb8ce74 100644 --- a/.gitignore +++ b/.gitignore @@ -49,4 +49,6 @@ next-env.d.ts .pnpm-store/ logs/ -implementation_plan \ No newline at end of file +implementation_plan + +pictures/ \ No newline at end of file