Modified the gitignore file to support development with IntelliJ IDEA.
This commit is contained in:
parent
e167b7a92d
commit
b88cf4801b
8
.gitignore
vendored
8
.gitignore
vendored
@ -18,4 +18,10 @@ bin
|
|||||||
# eclipse's files
|
# eclipse's files
|
||||||
.settings
|
.settings
|
||||||
.classpath
|
.classpath
|
||||||
.project
|
.project
|
||||||
|
|
||||||
|
# IntelliJ project files
|
||||||
|
.idea
|
||||||
|
*.iml
|
||||||
|
out
|
||||||
|
gen
|
||||||
|
Loading…
Reference in New Issue
Block a user