Added note about why Binaries folder isn't included.

This commit is contained in:
Brian Ernst 2025-11-10 14:09:48 -08:00
parent 9e74109604
commit b9c7f7519c

View file

@ -27,6 +27,11 @@ ignore_folders = {
# NOTE: These are recursively deleted. # NOTE: These are recursively deleted.
dirs_to_delete = { dirs_to_delete = {
".vs", ".vs",
# The Binaries folder commonly contains checked-in files. This script
# isn't designed to check against version control, it's supposed to
# be a quick simple script to quickly get back disk space. Uncomment
# this folder at your own peril.
#"Binaries",
"DerivedDataCache", "DerivedDataCache",
"Intermediate", "Intermediate",
"Saved", "Saved",