Hacker News new | ask | show | jobs
by thinkxl 638 days ago
I do something very similar, I create a directory as YYYY-MM-DD-keyword, e.g., 2024-09-12-todo-app/ then inside create other two:

- assets/ where I drop all markdown documents, images, database dumps, or any file related to the project that shouldn't go into git.

- src/ it's a directory that contains repositories with source code.

edit: format