From 11e8faf3c641fbfa2c369a2753c13d7113a7a3d5 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Sat, 5 Oct 2019 14:32:02 -0700 Subject: [PATCH] Ignore tags in repos by default --- git/gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/git/gitignore b/git/gitignore index 7e52b45..ae6ce16 100644 --- a/git/gitignore +++ b/git/gitignore @@ -16,3 +16,5 @@ node_modules/ .direnv/ .vimrc + +tags