This is an automated email from the ASF dual-hosted git repository. yiconghuang pushed a commit to branch fix/use-logs-for-all-services in repository https://gitbox.apache.org/repos/asf/texera.git
commit c9749840d2b0ed44317bafeb369d42252fdd3b4c Author: Yicong Huang <[email protected]> AuthorDate: Sun Oct 12 21:55:26 2025 -0700 chore: ignore logs/ --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 627c56f087..62f85f0e2f 100644 --- a/.gitignore +++ b/.gitignore @@ -87,7 +87,7 @@ rebel.xml *.log.gz # Ignoring the entire log folder -log/ +logs/ # Ignoring package-lock.json package-lock.json
