Skip to content

Commit 2002aa2

Browse files
chore: stop tracking lefthook-local.yml (#1454)
lefthook-local.yml is Lefthook's per-developer override file and is meant to stay local (the shared hooks live in lefthook.yml). It is currently committed, so it applies to everyone who clones the repo: a commit-msg hook in it appends a personal Co-authored-by trailer to every contributor's commit. Remove it from version control and add it to .gitignore so local overrides stay local. lefthook.yml (the shared config) is unchanged. Co-authored-by: Carlos Alcaraz <193642530+calcarazgre646@users.noreply.github.com>
1 parent f1a50e0 commit 2002aa2

2 files changed

Lines changed: 3 additions & 14 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ dist/
1010
.env.local
1111
.env.*.local
1212

13+
# Lefthook per-developer overrides (not shared; see lefthook.yml for shared hooks)
14+
lefthook-local.yml
15+
1316
# OS
1417
.DS_Store
1518
Thumbs.db

lefthook-local.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)