From a54ff3c7d160754f860c36673b67d58086ceea3f Mon Sep 17 00:00:00 2001 From: Juan Ibiapina Date: Thu, 6 Feb 2025 19:22:48 +0100 Subject: [PATCH] git: Ignore .mark files until mark has a config for directory to use --- dotfiles/git/.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dotfiles/git/.gitignore b/dotfiles/git/.gitignore index 806510eb..65a72dcb 100644 --- a/dotfiles/git/.gitignore +++ b/dotfiles/git/.gitignore @@ -27,3 +27,6 @@ dump.rdb # devenv cache .devenv + +# mark files +.mark