Add .gradle directory to .gitignore

This commit is contained in:
Pedro Montes Alcalde 2026-06-06 13:02:51 -03:00 committed by GitHub
parent e6a8751df7
commit 1ab7ee244f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

1
.gitignore vendored
View File

@ -2,6 +2,7 @@
*.so*
*.xcodeproj
*~
*.gradle/
.vscode/
.cache/
.vs/