From 1bcab1d5e79e15a42f3412b879bbc26037b0faa3 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Mon, 16 Jan 2023 22:25:35 +0100 Subject: [PATCH] bootstrap: Add Dockerfile to stow ignored files Dockerfile would accidentally get placed in the home directory instead of being ignored like the rest of bootstrap files. --- bootstrap/.stow-local-ignore | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap/.stow-local-ignore b/bootstrap/.stow-local-ignore index 63d8fcb..140842b 100644 --- a/bootstrap/.stow-local-ignore +++ b/bootstrap/.stow-local-ignore @@ -3,5 +3,6 @@ ^/install_packages.sh ^/update_package_list.sh ^/packages.*.tsv +^/Dockerfile ^/README.md ^/system-packages