Add IntelliJ Idea files to git ignore

This commit is contained in:
Skylot
2013-05-30 23:46:20 +04:00
parent dfe97b768e
commit b0bcea958c
+6
View File
@@ -1,7 +1,13 @@
# Eclipse files
.classpath
.project
.settings/
# IntelliJ Idea files
.idea/
out/
*.iml
bin/
target/
build/