.idea Directory ignore by git now
This commit is contained in:
parent
bb857b0d13
commit
844f06f1e0
1 changed files with 2 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -35,4 +35,5 @@ bin/**/*
|
||||||
target/**/*
|
target/**/*
|
||||||
build/**/*
|
build/**/*
|
||||||
gen/**/*
|
gen/**/*
|
||||||
out/**/*
|
out/**/*
|
||||||
|
.idea/
|
||||||
Reference in a new issue