From 5f428c12269398f47cf57cb9e8012e44cf9cca4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sun, 9 Jun 2024 01:34:49 +0300 Subject: [PATCH 1/2] Add Lefthook.gitignore https://lefthook.dev --- Global/Lefthook.gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Global/Lefthook.gitignore diff --git a/Global/Lefthook.gitignore b/Global/Lefthook.gitignore new file mode 100644 index 00000000..5f6d4ce0 --- /dev/null +++ b/Global/Lefthook.gitignore @@ -0,0 +1,12 @@ +# https://github.com/evilmartians/lefthook/blob/master/docs/configuration.md#config-file +/.lefthook-local.json +/.lefthook-local.toml +/.lefthook-local.yaml +/.lefthook-local.yml +/lefthook-local.json +/lefthook-local.toml +/lefthook-local.yaml +/lefthook-local.yml + +# https://github.com/evilmartians/lefthook/blob/master/docs/configuration.md#source_dir_local +/.lefthook-local/ From cccb1867b125f3e5f125d3bdf144cc01cc2a03af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sat, 21 Jun 2025 11:05:46 +0300 Subject: [PATCH 2/2] Update Lefthook doc links, add files in .config/ --- Global/Lefthook.gitignore | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Global/Lefthook.gitignore b/Global/Lefthook.gitignore index 5f6d4ce0..35409f0e 100644 --- a/Global/Lefthook.gitignore +++ b/Global/Lefthook.gitignore @@ -1,4 +1,4 @@ -# https://github.com/evilmartians/lefthook/blob/master/docs/configuration.md#config-file +# https://lefthook.dev/configuration/#config-file-name /.lefthook-local.json /.lefthook-local.toml /.lefthook-local.yaml @@ -7,6 +7,10 @@ /lefthook-local.toml /lefthook-local.yaml /lefthook-local.yml +/.config/lefthook-local.json +/.config/lefthook-local.toml +/.config/lefthook-local.yaml +/.config/lefthook-local.yml -# https://github.com/evilmartians/lefthook/blob/master/docs/configuration.md#source_dir_local +# https://lefthook.dev/configuration/source_dir_local.html /.lefthook-local/