Adding IDE specifics to .gitignore
parent
6eb7ce43af
commit
c3cad0d0e2
|
@ -2,4 +2,13 @@
|
||||||
/target
|
/target
|
||||||
*~
|
*~
|
||||||
/bin
|
/bin
|
||||||
|
*.idea
|
||||||
|
*.gitignore
|
||||||
|
|
||||||
|
.gitignore
|
||||||
|
|
||||||
|
OpenIDConnect.iml
|
||||||
|
|
||||||
|
server/openid.iml
|
||||||
|
|
||||||
|
.gitignore
|
||||||
|
|
Loading…
Reference in New Issue