aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorKyle Clemens <jkc.clemens@gmail.com>2015-10-01 17:05:13 -0400
committerKyle Clemens <jkc.clemens@gmail.com>2015-10-01 17:05:13 -0400
commitdcb4331b7bcff63653b60d133f3cdee22a007b2b (patch)
tree8732f3f317d63014442db5ce7c0bd8b48eb1c4f0 /.gitignore
parentae4a32b73b1b4e1ad9a4df5b638b2dcb5e63408e (diff)
Updated: Ignore IDEA files
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 889cb7f..e4d0c4e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,6 @@
target/
*.class
.classpath
-.project \ No newline at end of file
+.project
+.idea
+*.iml