Merge pull request #353 from sleaze/sleaze/gitignore-intellij

Added IntelliJ `.idea` folder and `*.iml` to .gitignore.
This commit is contained in:
metaprime 2016-12-19 00:12:06 -08:00 committed by GitHub
commit 51d2b8cda0

2
.gitignore vendored
View File

@ -8,3 +8,5 @@ ripme.jar.update
ripme.jar ripme.jar
rip.properties rip.properties
history.json history.json
.idea
*.iml