diff --git a/.gitignore b/.gitignore index d975682..11453ef 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ node_modules/ -dist/ +backend/dist/ +frontend/dist/ .env *.log .DS_Store