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:
parent
e6628cf63a
commit
fe0ae8a6be
|
@ -3,6 +3,7 @@
|
||||||
.idea
|
.idea
|
||||||
.project
|
.project
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
.gradle
|
||||||
*.iml
|
*.iml
|
||||||
npm-debug.log
|
npm-debug.log
|
||||||
.build.log
|
.build.log
|
||||||
|
|
Loading…
Reference in New Issue