From dcbb507b6776cd274699193ae2721179ab9232b3 Mon Sep 17 00:00:00 2001 From: tiennm99 Date: Fri, 30 Jan 2026 10:31:24 +0700 Subject: [PATCH] Update .gitignore --- image-resizer/.gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/image-resizer/.gitignore b/image-resizer/.gitignore index aaadf73..77f9775 100644 --- a/image-resizer/.gitignore +++ b/image-resizer/.gitignore @@ -18,7 +18,7 @@ coverage.* profile.cov # Dependency directories (remove the comment below to include it) -# vendor/ +vendor/ # Go workspace file go.work @@ -28,5 +28,5 @@ go.work.sum .env # Editor/IDE -# .idea/ -# .vscode/ +.idea/ +.vscode/