From ab6167900033548cf92631f4af466c21c096c6b1 Mon Sep 17 00:00:00 2001 From: "Matthieu C." <886074+teto@users.noreply.github.com> Date: Sun, 14 Jul 2024 00:04:52 +0200 Subject: [PATCH] chore(gitignore): ignore .pre-commit-config.yaml generated when starting the nix flake --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 8a290b3..67b54eb 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ result /lua_modules /.luarocks .luarc.json +.pre-commit-config.yaml