Adds the IntelliJ project directory to .gitignore.

I'm trying to move away from Netbeans, so I thought
I should ignore this instead of accidentally adding it later on

Signed-off-by: Cruz Julian Bishop <cruzjbishop@gmail.com>
This commit is contained in:
Cruz Julian Bishop 2012-08-09 08:11:17 +10:00
parent e0a88a0f15
commit 9e4118cd4a

1
.gitignore vendored
View File

@ -8,3 +8,4 @@
/*.ipr
/*.iws
/.metadata
/.idea/