From de85bff9546d1829ede7b83976078fa8a7b243e3 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Mon, 26 Jan 2026 16:17:45 -0600 Subject: [PATCH] Add `.prism` to ignores (#17704) --- .gitignore | 3 +++ .prettierignore | 1 + 2 files changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index f6b98da22d..3a5797885d 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,9 @@ target/ # Python tmp files __pycache__ +# GitHub issue mirror +.prism/ + # Maturin builds, and other native editable builds *.so *.pyd diff --git a/.prettierignore b/.prettierignore index e411066752..e8eaea2cf1 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,4 +1,5 @@ .venv +.prism CHANGELOG.md PREVIEW-CHANGELOG.md docs/reference/cli.md