Skip to content

Commit d2819c8

Browse files
committed
gitignore: exclude task management directory
This commit updates .gitignore to exclude the .tasks directory used for local task tracking. This directory contains markdown files with task metadata and is not intended to be committed to the repository.
1 parent 68ecaa4 commit d2819c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,5 @@ btcutil/psbt/coverage.txt
5858

5959
.DS_Store
6060
.aider*
61+
62+
.tasks*

0 commit comments

Comments
 (0)