From cbec4136592cbb503a4c98961a9bb74b683cc931 Mon Sep 17 00:00:00 2001 From: Haf Date: Mon, 14 Oct 2024 23:10:21 +0200 Subject: [PATCH] feat: gitignore for leptos --- leptos/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/leptos/.gitignore b/leptos/.gitignore index a918bcc..160b399 100644 --- a/leptos/.gitignore +++ b/leptos/.gitignore @@ -1,2 +1,3 @@ .direnv target/ +.pre-commit-config.yaml