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