diff options
| author | Martin Robertz <dream-master@gmx.net> | 2021-05-22 23:28:06 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-22 23:28:06 +0200 |
| commit | 77f97abfe3da71f0966d3f7977151e6715f0d2ba (patch) | |
| tree | afc173f5085c8a4d535c9aaed10dba84a04b7c27 /.gitignore | |
| parent | c5d0f448ec866b6ff86f3a78f41328b4293be637 (diff) | |
| parent | 8514fdddf0d66ec334a0ee7c1c3ae8ae389ab193 (diff) | |
| download | GT5-Unofficial-77f97abfe3da71f0966d3f7977151e6715f0d2ba.tar.gz GT5-Unofficial-77f97abfe3da71f0966d3f7977151e6715f0d2ba.tar.bz2 GT5-Unofficial-77f97abfe3da71f0966d3f7977151e6715f0d2ba.zip | |
Merge pull request #3 from GTNewHorizons/gradlefix
fix(gradle): various gradle and gitignore fixes
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 |
