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
commit 97bb697113
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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