From 1ee409a2ab05a17213c7ddf4e8ea28af6126343b Mon Sep 17 00:00:00 2001 From: Marnik Bercx Date: Fri, 15 Dec 2023 22:35:00 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=8C=20Update=20`.gitignore`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add the `tmp.md` file, where small comments can be stored in Markdown format, such as writing the commit messages of a set of commits in one PR. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 0df567a..19b712b 100644 --- a/.gitignore +++ b/.gitignore @@ -132,3 +132,5 @@ dmypy.json # VS Code .vscode/ + +tmp.md