pan3793 opened a new pull request #13031:
URL: https://github.com/apache/shardingsphere/pull/13031
The exists rule is not sufficient to ignore files auto generated by IDEA
Antlr plugin.
Before change
```
➜ apache-shardingsphere git:(antlr) ✗ git status
On branch antlr
Your branch is behind 'origin/antlr' by 1 commit, and can be fast-forwarded.
(use "git pull" to update your local branch)
Untracked files:
(use "git add <file>..." to include in what will be committed)
shardingsphere-distsql-parser/shardingsphere-distsql-parser-engine/gen/
shardingsphere-distsql-parser/shardingsphere-distsql-parser-engine/src/main/antlr4/imports/Keyword.tokens
shardingsphere-distsql-parser/shardingsphere-distsql-parser-engine/src/main/antlr4/imports/gen/
shardingsphere-sql-parser/shardingsphere-sql-parser-dialect/shardingsphere-sql-parser-sqlserver/gen/
shardingsphere-sql-parser/shardingsphere-sql-parser-dialect/shardingsphere-sql-parser-sqlserver/src/main/antlr4/imports/sqlserver/SQLServerKeyword.tokens
shardingsphere-sql-parser/shardingsphere-sql-parser-dialect/shardingsphere-sql-parser-sqlserver/src/main/antlr4/imports/sqlserver/gen/
nothing added to commit but untracked files present (use "git add" to track)
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]