diff --git a/backend/.gitignore b/backend/.gitignore index e1b1505..2fe45bb 100644 --- a/backend/.gitignore +++ b/backend/.gitignore @@ -1,4 +1,4 @@ node_modules -/src/public/* +src/public/* !src/public/.gitkeep .env \ No newline at end of file