From e2285680b90852ec8b0de06dda76718dcfc7a435 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 17 Aug 2020 10:13:42 +0100 Subject: [PATCH] git: Ignore notes directories within projects --- tag-git/gitignore-global | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tag-git/gitignore-global b/tag-git/gitignore-global index 65bd3bb0..84b58d82 100644 --- a/tag-git/gitignore-global +++ b/tag-git/gitignore-global @@ -35,3 +35,6 @@ tmp/ # Ignore Ansible Playbook retrys. *.retry + +# Ignore notes within projects. +.notes/