Skip to content

Commit

Permalink
feat: add generator param to config and gitignore (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmvilas authored Apr 29, 2020
1 parent 0623771 commit ad5e84e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.gradle
node_modules
output
3 changes: 2 additions & 1 deletion .tp-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
"description": "Only for Kafka. Number of threads to run in the listener containers.",
"required": false
}
}
},
"generator": ">=0.40.1 <2.0.0"
}

0 comments on commit ad5e84e

Please sign in to comment.