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
Problem:
- Cache directories made by various tools can be made in any directory, but are
only ignored in the root directory.
- Conventional directory names containing "build" or "venv" should be ignored.
Solution:
- Alter .gitignore to properly ignore cache directories and conventionally-named
venv/build directories.
0 commit comments