Added note about why Binaries folder isn't included.
This commit is contained in:
parent
9e74109604
commit
b9c7f7519c
1 changed files with 5 additions and 0 deletions
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue