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
Added "META-INF" and "module-info.class" to ignore list #1876
- Everything under META-INF/ is generally metadata or configuration files that can be ignored.
- module-info.class is typically a generated file - it's the compiled version of a Java module descriptor that can be ignored as well.
Signed-off-by: Chin Yeung Li <[email protected]>
0 commit comments