From 73cafc5f525353706a246295c203e94084fc172b Mon Sep 17 00:00:00 2001 From: Shelley Gao Date: Thu, 23 May 2024 13:51:00 -0700 Subject: [PATCH] only omit root .cache --- .gitignore | 2 +- tests/files/repo_test/.cache | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 120000 tests/files/repo_test/.cache diff --git a/.gitignore b/.gitignore index 2d10a041e..3a216c7c4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ .idea -.cache +/.cache /venv __pycache__ .pytest_cache diff --git a/tests/files/repo_test/.cache b/tests/files/repo_test/.cache new file mode 120000 index 000000000..abe6e34f0 --- /dev/null +++ b/tests/files/repo_test/.cache @@ -0,0 +1 @@ +../cache_test \ No newline at end of file