diff options
author | L0P0P <grassoemanuele@live.com> | 2024-06-26 09:36:33 +0200 |
---|---|---|
committer | L0P0P <grassoemanuele@live.com> | 2024-06-26 09:36:33 +0200 |
commit | 9bb71e36feb60d886f1eb04f03daaa7bcf343355 (patch) | |
tree | 452714a42c084a472f89afd0a90283d7b9124985 /.gitignore | |
parent | b12c01732860f9727626829e0b25a273de5fe5c7 (diff) |
Ignored .antlr folder
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,5 @@ out/ trees/ .project -.vscode/
\ No newline at end of file +.vscode/ +src/parser/.antlr/
\ No newline at end of file |