mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
don't include classpath.index file generated by IDEA to layout
This commit is contained in:
@@ -13,6 +13,7 @@ public abstract class IdeaModuleBase extends LayoutFileSet {
|
||||
private String name;
|
||||
|
||||
protected IdeaModuleBase() {
|
||||
setExcludes("classpath.index");
|
||||
}
|
||||
|
||||
public IdeaModuleBase(ZipFileSet fileset) {
|
||||
|
||||
Reference in New Issue
Block a user