From 6786827b043bb7afd859fdd0bbf17cba171cb861 Mon Sep 17 00:00:00 2001 From: Oliver Bryan <04oliverbryan@gmail.com> Date: Sat, 10 Jan 2026 13:50:29 +0000 Subject: [PATCH] ignore all .md apart from todo --- .gitignore | 4 ++++ todo.md | 3 +++ 2 files changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 08a63df..f96dc49 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ /node_modules /.vscode + +*.md + +!todo.md diff --git a/todo.md b/todo.md index 70a110b..e336027 100644 --- a/todo.md +++ b/todo.md @@ -1,5 +1,7 @@ - setup guide - pricing page + - see jira and other competitors + - explore payment providers (stripe is the only one i know) - github link - dedicated /register route (currently login/register are combined on /login) - real logo @@ -12,6 +14,7 @@ - status - predefined statuses are added to organisation by default. list of statuses can be edited by owner/admin (maybe this should be on projects rather than organisations?) - sprint + - more than one assignee - time tracking (linked to issues or standalone) - user preferences - "assign to me by default" option for new issues