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

8
.gitignore vendored
View File

@ -18,4 +18,10 @@ bin
# eclipse's files # eclipse's files
.settings .settings
.classpath .classpath
.project .project
# IntelliJ project files
.idea
*.iml
out
gen