diff --git a/src/content/reference/feature-flags.mdx b/src/content/reference/feature-flags.mdx index 1022f0750..7c08de658 100644 --- a/src/content/reference/feature-flags.mdx +++ b/src/content/reference/feature-flags.mdx @@ -29,6 +29,7 @@ Below is a list of those variables that you can use to leverage these newer and | OKTETO_KUBERNETES_TIMEOUT | Specifies the timeout while deploying | `0` | | OKTETO_LOCAL_REGISTRY_STORE_PRIORITY_ENABLED | Gives more priority to the local registry credentials than the Okteto Registry Credentials | `false` | | OKTETO_SMART_BUILDS_ENABLED | Enables the [Smart Builds feature](core/build-service.mdx#smart-builds) that uses a hash of the build context to determine if an image needs to be rebuilt or can be pulled from the registry. This can accelerate build times | `true` | +| OKTETO_SMART_BUILDS_IGNORE_FILES_ENABLED | When enabled, files listed in `.dockerignore` will be excluded from the smart build context calculation | `false` | | OKTETO_SUPPORT_STACKS_ENABLED | Support Okteto Stacks syntax | `false` | | OKTETO_SYNCTHING_VERSION | Specifies the Syncthing version the CLI must use | N/A | -| OKTETO_USE_STATIC_KUBETOKEN | Use a fixed token rather than a dynamic token for interactions with the Kubernetes API | `false` | \ No newline at end of file +| OKTETO_USE_STATIC_KUBETOKEN | Use a fixed token rather than a dynamic token for interactions with the Kubernetes API | `false` |