Add .gradle directory to .gitignore (#4799)

This commit is contained in:
Pedro Montes Alcalde 2026-06-09 10:03:37 -03:00 committed by GitHub
parent 1ccba0cf80
commit 2de684d52d
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/