@Override
 public boolean isApplicable(@NotNull String fileSpec, @NotNull RoamingType roamingType) {
   return myRoamingType == roamingType
       && !(roamingType == RoamingType.PER_USER && StorageUtil.isProjectOrModuleFile(fileSpec));
 }