Add IntelliJ IDEA related files to gitignore 87/5687/1
authorRyan Goulding <ryandgoulding@gmail.com>
Thu, 6 Jul 2017 10:44:38 +0000 (06:44 -0400)
committerRyan Goulding <ryandgoulding@gmail.com>
Thu, 6 Jul 2017 10:45:37 +0000 (06:45 -0400)
Ignore changes in IntelliJ related files because they are not
related to the code.

Change-Id: Ibf90527b7eba6b2af2a314ad25745a426146e847
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
.gitignore

index e2b927a..33793a8 100644 (file)
@@ -4,3 +4,5 @@
 target/
 logs/
 debug-logs/
+.idea
+*.iml