This is an automated email from the ASF dual-hosted git repository. jackietien pushed a commit to branch ty/limitFix in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit b9721f8c462ce8f365d8b29068e5ed8b4cb41dc8 Author: JackieTien97 <[email protected]> AuthorDate: Wed Jan 14 10:55:42 2026 +0800 Update .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index a489dd048da..2c19b1b3a2c 100644 --- a/.gitignore +++ b/.gitignore @@ -124,3 +124,6 @@ iotdb-core/tsfile/src/main/antlr4/org/apache/tsfile/parser/gen/ .mvn/.gradle-enterprise/ .mvn/.develocity/ .run/ + +# Relational Grammar ANTLR +iotdb-core/relational-grammar/src/main/antlr4/org/apache/iotdb/db/relational/grammar/sql/.antlr/
