From 044695bc6161e164a2889406b250e613116e13b1 Mon Sep 17 00:00:00 2001 From: David Ibia Date: Mon, 15 Jan 2024 16:33:19 +0100 Subject: [PATCH] chore(.gitignore): add README.md to the list of tracked files to include it in the repository --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 865aac6..f571d58 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ # Except for these files !.gitignore !/.tmux.conf +!README.md