summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore8
1 files changed, 7 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index a841025d..6022c6a3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,4 +24,10 @@
/world
# Mac filesystem dust
-/.DS_Store \ No newline at end of file
+/.DS_Store
+
+# intellij
+*.iml
+*.ipr
+*.iws
+.idea/ \ No newline at end of file