QD-4016 Autogenerate .dockerignore.

GitOrigin-RevId: 9cd7fc94fbe7e9c682420f09478bab16a34a0c27
This commit is contained in:
alexey.afanasiev
2022-09-11 20:09:15 +02:00
committed by intellij-monorepo-bot
parent 6d66f29a52
commit bee178f4ce

View File

@@ -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
}