Add .idea to gitignore
This commit is contained in:
parent
6ef0b64e97
commit
433ae7d6b4
1 changed files with 3 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -35,4 +35,6 @@ bin/**/*
|
||||||
target/**/*
|
target/**/*
|
||||||
build/**/*
|
build/**/*
|
||||||
gen/**/*
|
gen/**/*
|
||||||
out/**/*
|
out/**/*
|
||||||
|
|
||||||
|
.idea
|
||||||
Reference in a new issue