From b91001f504b3ba667e32ecdd870ad4930f11e4a0 Mon Sep 17 00:00:00 2001 From: Jade Date: Fri, 15 May 2026 12:49:01 +0800 Subject: [PATCH] Add nix files to gitignore (#8894) Based on discord comments I assume we don't want to support a Nix shell or flake for use with building allwpilib so we should just ignore these files so users can have their own --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 89e1af7cbb..378e76cab6 100644 --- a/.gitignore +++ b/.gitignore @@ -261,3 +261,8 @@ bazel_auth.rc # Copybara user config shared/bazel/copybara/.copybara.json + +# Nix files +shell.nix +flake.nix +flake.lock