Commit 2d4fc71
committed
fix: Rename bmignore_path to gitignore_path for clarity
The variable was checking for .gitignore but was incorrectly named
bmignore_path, causing confusion. This fixes the variable name to
accurately reflect what's being checked.
Addresses code review feedback on PR #3621 parent e44f46f commit 2d4fc71
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
119 | | - | |
| 118 | + | |
| 119 | + | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| |||
0 commit comments