I'm using flowtypes in my project and getting third-party library definitions via flow-typed CLI.
Running flow-typed install
puts in /flow-typed/npm folder all definitions founded for dependencies in package.json.
So I wonder if I should commit this folder or ignore it. Since you may want to add other flowtype definitions to flow-typed folder I'm guessing that /flow-typed/npm folder should be ignored and /flow-typed should be keep in version control but not sure really. Any thoughts?