From a8a0024321d272447be11f9493f471707f7db2ed Mon Sep 17 00:00:00 2001 From: Jade Date: Thu, 26 Mar 2026 12:04:38 +0800 Subject: [PATCH] Add nix files to .gitignore (#2409) I assume based off discord comments a PR won't be accepted for a shell.nix or equivalent flake solution so we should gitignore this so people don't accidentally add them to PRs --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 6a3ddc0b6..ca51fb8e5 100644 --- a/.gitignore +++ b/.gitignore @@ -156,3 +156,8 @@ photon-client/playwright-report/ photon-client/blob-report/ photon-client/playwright/.cache/ photon-client/playwright/.auth/ + +# Nix files +shell.nix +flake.nix +flake.lock