Merge pull request #23 from 0x4863/feature/intellij_support
Modified the gitignore file to support development with IntelliJ IDEA.
This commit is contained in:
commit
97bb697113
6
.gitignore
vendored
6
.gitignore
vendored
@ -19,3 +19,9 @@ bin
|
|||||||
.settings
|
.settings
|
||||||
.classpath
|
.classpath
|
||||||
.project
|
.project
|
||||||
|
|
||||||
|
# IntelliJ project files
|
||||||
|
.idea
|
||||||
|
*.iml
|
||||||
|
out
|
||||||
|
gen
|
||||||
|
Loading…
Reference in New Issue
Block a user