You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The .venv folder has been accidentally committed to the repository and needs to be removed immediately. It contains thousands of dependency files that should never be tracked by Git. Timi to run the following commands in the terminal: git rm -r --cached .venv then git commit -m "[REPO] Remove .venv from tracking" then git push. Also verify that .venv is listed in the .gitignore file so it can never be committed again. This must be done before any Sprint 3 work begins as it is inflating the repo size unnecessarily and looks unprofessional to assessors.
The text was updated successfully, but these errors were encountered:
The .venv folder has been accidentally committed to the repository and needs to be removed immediately. It contains thousands of dependency files that should never be tracked by Git. Timi to run the following commands in the terminal: git rm -r --cached .venv then git commit -m "[REPO] Remove .venv from tracking" then git push. Also verify that .venv is listed in the .gitignore file so it can never be committed again. This must be done before any Sprint 3 work begins as it is inflating the repo size unnecessarily and looks unprofessional to assessors.
The text was updated successfully, but these errors were encountered: