diff --git a/.gitignore b/.gitignore index 9955068..5d2c6e0 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,10 @@ wiki/ Thumbs.db .DS_Store -build.properties \ No newline at end of file +build.properties + +# Intellij project files +*.iml +*.ipr +*.iws +.idea/ \ No newline at end of file