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
1 changed files with 7 additions and 1 deletions

8
.gitignore vendored
View File

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