commit e961ac0e3e6e8feac30630828a76c99795431fa4
parent e17241ae51ed1929cf6e0ed3c77b410fd3cb3506
Author: Matthew Gaudet <mgaudet@mozilla.com>
Date: Wed, 17 Dec 2025 18:39:08 +0000
Bug 1979170 - Let's add *.json.gz (profiles) to the .gitignore r=sfink DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D258627
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
@@ -394,3 +394,7 @@ toolkit/crashreporter/minidump-analyzer/target/
# Ignore personal preferences files
CLAUDE.local.md
+
+# Ignore .json.gz (typically profiles) in the root directory
+# lint-ignore-next-line: git-only
+/*.json.gz