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
fix: .gitignore handling with hierarchical loading
Load .gitignore files from all directories in the path hierarchy instead of just the repo root. This properly respects Git's pattern override behavior where deeper patterns take precedence over parent patterns.
The gitignore rules are now dynamically reloaded as users navigate between directories to ensure accurate filtering.
0 commit comments