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
We ignore files traced by git by adding entries in .gitignore.
The format of the entries are not standardized and some of entries are
too general so git will also ignore other files with same name, which
is an unwanted behavior.
We should only ignore files which the project strictly requires to be
ignored. Let's standardize and specify entries the entries in
.gitignore to solve the problem. The entries are reordered by their
category. Some unnecessary entries are removed and some general entries
are specified.
Co-authored-by: Paul Tan <pyokagan@gmail.com>
0 commit comments