Add .gradle to .gitgnore (#12664)

This is sometimes added by IntelliJ when importing a project.

Signed-off-by: Jan N. Klug <github@klug.nrw>
This commit is contained in:
J-N-K 2022-04-30 11:53:25 +02:00 committed by GitHub
parent e6628cf63a
commit fe0ae8a6be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
.gitignore vendored
View File

@ -3,6 +3,7 @@
.idea
.project
.DS_Store
.gradle
*.iml
npm-debug.log
.build.log