diff --git a/.gitignore b/.gitignore index 30daf28..d929b21 100644 --- a/.gitignore +++ b/.gitignore @@ -26,5 +26,5 @@ go.work.sum .env.prod .env.dev -# u cant see -* public/uploads/avatars/ \ No newline at end of file +# Ignore avatar images +/public/uploads/avatars/ \ No newline at end of file