From 8514fdddf0d66ec334a0ee7c1c3ae8ae389ab193 Mon Sep 17 00:00:00 2001 From: Léa Gris Date: Sat, 22 May 2021 23:19:31 +0200 Subject: fix(gradle): various gradle and gitignore fixes make gradlew wrapper executable update the grgit gradle pluggin correctly ignore IDEA project files in .gitignore --- .gitignore | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 408854fdd0..3aefee90dd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,7 @@ *.bat .gradle/ -Good-Generator.iml -Good-Generator.ipr -Good-Generator.iws .idea/ out/ *.iml +*.ipr +*.iws -- cgit