Added crap spawned by gradle and IntelliJ to .gitignore

This commit is contained in:
vlofgren 2022-05-21 12:53:15 +02:00
parent 27006f7db9
commit d34b7a1746

2
.gitignore vendored
View File

@ -1,3 +1,5 @@
*.class
build/
*~
.gradle/
.idea/