diff options
author | Léa Gris <lea.gris@noiraude.net> | 2021-05-22 23:19:31 +0200 |
---|---|---|
committer | Léa Gris <lea.gris@noiraude.net> | 2021-05-22 23:19:31 +0200 |
commit | 8514fdddf0d66ec334a0ee7c1c3ae8ae389ab193 (patch) | |
tree | afc173f5085c8a4d535c9aaed10dba84a04b7c27 /.gitignore | |
parent | c5d0f448ec866b6ff86f3a78f41328b4293be637 (diff) | |
download | GT5-Unofficial-8514fdddf0d66ec334a0ee7c1c3ae8ae389ab193.tar.gz GT5-Unofficial-8514fdddf0d66ec334a0ee7c1c3ae8ae389ab193.tar.bz2 GT5-Unofficial-8514fdddf0d66ec334a0ee7c1c3ae8ae389ab193.zip |
fix(gradle): various gradle and gitignore fixes
make gradlew wrapper executable
update the grgit gradle pluggin
correctly ignore IDEA project files in .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 2 insertions, 3 deletions
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 |