From cddc88eaa75d4dd6a48bf8f0f25dd98d8bfcbf32 Mon Sep 17 00:00:00 2001 From: Robert Bartel Date: Thu, 22 Aug 2024 09:57:09 -0400 Subject: [PATCH] Update .gitignore for local customization files. Updating repo to ignore the files that can be created and are used for locally-defined customizations to the worker images. --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index df719ac28..68ed9fcfd 100644 --- a/.gitignore +++ b/.gitignore @@ -128,3 +128,8 @@ schedulerservice/test/test_scheduler.py_old node_modules/ .next/ + +# Ignore things within ngen worker customization directory, except of course the readme file +docker/main/ngen/customize/* +!docker/main/ngen/customize/README.md +!docker/main/ngen/customize/clone_and_cmake_build.sh