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
Tolerate "dot" directories when checking if dir is empty
Many users will be running version control; we should ignore .git
directories also therefore. We ignore all directories starting with
"." (just as we ignore all files starting with ".").
Also add go.sum to ignore list, as go.mod is already ignored.
Co-authored-by: Adrián <[email protected]>
0 commit comments