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/