Skip to content

Commit

Permalink
chore: add doc/tags to .gitignore
Browse files Browse the repository at this point in the history
`:helptags ALL` creates this file and `git status` then keeps telling me about
it. Other nvim plugins have this in their .gitignores, so add it here as well
to silence it.
  • Loading branch information
liskin authored and lukas-reineke committed Sep 3, 2024
1 parent db92699 commit 18603eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.ci/*
/doc/tags

0 comments on commit 18603eb

Please sign in to comment.