From 4837509902166076b1c7b258132e0bc0339f5c0e Mon Sep 17 00:00:00 2001 From: kedhammar Date: Wed, 10 Jan 2024 16:07:31 +0100 Subject: [PATCH] add pre-commit cache dir to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3aeabc2..0771c71 100755 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ *.egg-info .DS_Store .benchmarks -.*_cache \ No newline at end of file +.*_cache +node_modules