From 4501118c2355b1234c4ccc382b1da4c78cfa9d9c Mon Sep 17 00:00:00 2001
From: Andy <andy@teamrubber.com>
Date: Thu, 24 Oct 2024 07:37:03 +0100
Subject: [PATCH] Codechange: .gitignore was too unspecific about 'docs' and
 'generated' paths, leading to unexpected missing files from commits

---
 .gitignore | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 0913d9d74..b9fbd12ca 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,5 @@
-generated/
-docs/
+/generated/
+/docs/
 .nmlcache/
 .chameleon_cache/
 .vs/