Merge pull request #23 from 0x4863/feature/intellij_support

Modified the gitignore file to support development with IntelliJ IDEA.
This commit is contained in:
Cagatay Sonmez
2019-03-14 10:11:56 +03:00
committed by GitHub

6
.gitignore vendored
View File

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