mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
QD-4016 Autogenerate .dockerignore.
GitOrigin-RevId: 9cd7fc94fbe7e9c682420f09478bab16a34a0c27
This commit is contained in:
committed by
intellij-monorepo-bot
parent
6d66f29a52
commit
bee178f4ce
@@ -125,7 +125,7 @@ public final class AppMode {
|
||||
"ant", "duplocate", "dump-launch-parameters", "dump-shared-index", "traverseUI", "buildAppcodeCache", "format", "keymap", "update", "inspections", "intentions",
|
||||
"rdserver-headless", "thinClient-headless", "installPlugins", "dumpActions", "cwmHostStatus", "warmup", "buildEventsScheme",
|
||||
"inspectopedia-generator", "remoteDevShowHelp", "installGatewayProtocolHandler", "uninstallGatewayProtocolHandler",
|
||||
"appcodeClangModulesDiff", "appcodeClangModulesPrinter", "exit");
|
||||
"appcodeClangModulesDiff", "appcodeClangModulesPrinter", "exit", "qodanaExcludedPlugins");
|
||||
return headlessCommands.contains(firstArg) || firstArg.length() < 20 && firstArg.endsWith("inspect"); //NON-NLS
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user