Add config file

This commit is contained in:
Julien Lengrand-Lambert
2023-02-02 10:15:23 +01:00
parent a5d93f0c42
commit 5f660efa9d
2 changed files with 6 additions and 0 deletions

1
.gitignore vendored
View File

@@ -1,2 +1,3 @@
.openapi-generator
.openapi-generator-ignore
.idea

View File

@@ -0,0 +1,5 @@
{
"dev": {
"hero_id": 5
}
}