File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -548,6 +548,7 @@ $Exclude_Dir{".git"} = 1;
548548$Exclude_Dir{".bzr"} = 1;
549549$Exclude_Dir{".snapshot"} = 1; # NetApp backups
550550$Exclude_Dir{".config"} = 1;
551+ $Exclude_Dir{".venv"} = 1; # Python virtual environment
551552$opt_count_diff = defined $opt_count_diff ? 1 : 0;
552553$opt_diff = 1 if $opt_diff_alignment or
553554 $opt_diff_list_file or
Original file line number Diff line number Diff line change @@ -541,6 +541,7 @@ $Exclude_Dir{".git"} = 1;
541541$Exclude_Dir{".bzr"} = 1;
542542$Exclude_Dir{".snapshot"} = 1; # NetApp backups
543543$Exclude_Dir{".config"} = 1;
544+ $Exclude_Dir{".venv"} = 1; # Python virtual environment
544545$opt_count_diff = defined $opt_count_diff ? 1 : 0;
545546$opt_diff = 1 if $opt_diff_alignment or
546547 $opt_diff_list_file or
You can’t perform that action at this time.
0 commit comments