Skip to main content

LOG_IGNORE_RULE

Constant LOG_IGNORE_RULE 

Source
pub const LOG_IGNORE_RULE: &str = "*log";
Expand description

The gitignore rule that hides the tool-call log directory. Placed in .ct/.gitignore, the pattern *log matches the tclog directory (and any other …log entry under .ct), keeping the logs out of version control while the .gitignore itself stays tracked.