From 832ba7a03bc41736e3e0d4749c613be909ea137e Mon Sep 17 00:00:00 2001 From: Ethan Girouard Date: Sun, 15 Dec 2024 16:01:22 -0500 Subject: [PATCH] Exclude Nix and toolchain files from Docker ignore --- .dockerignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.dockerignore b/.dockerignore index 5ab2a05..8d304a8 100644 --- a/.dockerignore +++ b/.dockerignore @@ -9,3 +9,6 @@ !/Cargo.lock !/Cargo.toml !/ascii_art.txt +!/flake.nix +!/flake.lock +!/rust-toolchain.toml