From 61beaac88d23779cbd98a0e17205d7f836aca53b Mon Sep 17 00:00:00 2001 From: aryelciu001 Date: Wed, 19 Apr 2023 22:57:08 +0800 Subject: [PATCH] chore: add .log to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 871b897..6d8cf37 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ node_modules npm-debug.log* yarn-debug.log* yarn-error.log* +*.log \ No newline at end of file