chore(build): setup gradle and antlr for v2

This commit is contained in:
Lucàs
2025-08-10 11:16:22 +02:00
parent cb9f0b1c3b
commit 789db5fa67
541 changed files with 541 additions and 84156 deletions
+13
View File
@@ -0,0 +1,13 @@
# Ignore Gradle project-specific cache directory
.gradle
# Ignore Gradle build output directory
**/build
**/.antlr
# Ignore MacOS system files
**/.DS_Store
# Ignore IDE project files
.idea
.vscode