From c6fdd3bf48e6b5604ab419afb61d5d338e89e233 Mon Sep 17 00:00:00 2001
From: Matthew Badeau <mbadeau@gitlab.com>
Date: Wed, 21 Dec 2022 09:57:14 +0000
Subject: [PATCH] Update cache paths keyword with additional details

---
 doc/ci/yaml/index.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/doc/ci/yaml/index.md b/doc/ci/yaml/index.md
index b8457477c34c5..6e6bb68894e2c 100644
--- a/doc/ci/yaml/index.md
+++ b/doc/ci/yaml/index.md
@@ -1148,6 +1148,10 @@ rspec:
       - .config
 ```
 
+**Additional details**:
+
+- The `cache:paths` keyword includes files even if they are untracked or in your `.gitignore` file.
+
 **Related topics**:
 
 - See the [common `cache` use cases](../caching/index.md#common-use-cases-for-caches) for more
-- 
GitLab