From 7afa11a02f8fa0da86d77f38e1a410679389ff33 Mon Sep 17 00:00:00 2001 From: unclecode Date: Sat, 28 Sep 2024 00:12:58 +0800 Subject: [PATCH] Update .gitignore to include test_env/ and tmp/ directories --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4dba4f26..5797ee09 100644 --- a/.gitignore +++ b/.gitignore @@ -189,4 +189,6 @@ a.txt .lambda_function.py ec2* -update_changelog.sh \ No newline at end of file +update_changelog.sh +test_env/ +tmp/ \ No newline at end of file