mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
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
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -261,3 +261,8 @@ bazel_auth.rc
|
|||||||
|
|
||||||
# Copybara user config
|
# Copybara user config
|
||||||
shared/bazel/copybara/.copybara.json
|
shared/bazel/copybara/.copybara.json
|
||||||
|
|
||||||
|
# Nix files
|
||||||
|
shell.nix
|
||||||
|
flake.nix
|
||||||
|
flake.lock
|
||||||
|
|||||||
Reference in New Issue
Block a user