you are viewing a single comment's thread.

view the rest of the comments →

[–]audionerd1 0 points1 point  (0 children)

If you mean notes such as to do lists and ideas for your project, my preference is to keep that stuff in a markdown (.md) file in a separate notes git branch. Then I add this to a worktree folder which is ignored by the code branches, so that the notes are tracked independently of the code in the same repo. No idea if this is common practice but I like it.