Commit 60b99b9
fix(.gitignore): add
The Python template section of .gitignore includes a `lib/` pattern
that was inadvertently ignoring the project's lib/ directory containing
console-text-color-themes.sh and parseOpts.sh. Add `!lib/` negation
(matching the existing `!bin/` pattern) to ensure the lib directory
is properly tracked.
Co-authored-by: 李鼎 <oldratlee@gmail.com>!lib/ to prevent ignoring project lib directory1 parent 8fc034d commit 60b99b9
2 files changed
Lines changed: 1 addition & 1 deletion
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments