From 3ccf11954134a0636b630d8d9f46a9d9ce020a57 Mon Sep 17 00:00:00 2001 From: BoYanZh Date: Wed, 26 Mar 2025 21:45:06 -0400 Subject: [PATCH] chore: add empty repos dir --- .gitignore | 3 ++- repos/.gitkeep | 0 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 repos/.gitkeep diff --git a/.gitignore b/.gitignore index cbc4898..bc1f00b 100644 --- a/.gitignore +++ b/.gitignore @@ -298,4 +298,5 @@ dmypy.json # End of https://www.toptal.com/developers/gitignore/api/vscode,python -repos/ +repos/* +!repos/.gitkeep diff --git a/repos/.gitkeep b/repos/.gitkeep new file mode 100644 index 0000000..e69de29