Modified the gitignore file to support development with IntelliJ IDEA.

This commit is contained in:
Hc Wang 2019-03-09 10:53:24 +08:00
parent e167b7a92d
commit b88cf4801b

6
.gitignore vendored
View File

@ -19,3 +19,9 @@ bin
.settings .settings
.classpath .classpath
.project .project
# IntelliJ project files
.idea
*.iml
out
gen