Skip to content

Commit

Permalink
Update .gitignore for local customization files.
Browse files Browse the repository at this point in the history
Updating repo to ignore the files that can be created and are used for
locally-defined customizations to the worker images.
  • Loading branch information
robertbartel authored and christophertubbs committed Aug 22, 2024
1 parent 4340c8f commit cddc88e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit cddc88e

Please sign in to comment.