From 8de1d1a2f7987c83f6171a087047da3c7ebdd598 Mon Sep 17 00:00:00 2001 From: Matheus Mendes Date: Fri, 12 Jul 2024 11:17:48 -0300 Subject: [PATCH] feat(git-config): keep the test folder --- .gitignore | 3 ++- tests/.gitkeep | 0 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 tests/.gitkeep diff --git a/.gitignore b/.gitignore index bcf6151..1e352a5 100644 --- a/.gitignore +++ b/.gitignore @@ -72,4 +72,5 @@ docs/_build/ .python-version # Test files -/tests/* \ No newline at end of file +/tests/* +!/tests/.gitkeep \ No newline at end of file diff --git a/tests/.gitkeep b/tests/.gitkeep new file mode 100644 index 0000000..e69de29