From d728e9087612c3c3b0dc311a09468ee155b51c1d Mon Sep 17 00:00:00 2001 From: Abhi Aiyer Date: Thu, 9 Mar 2017 09:50:20 -0800 Subject: Add Standard Version for Semantic Releases (#43) * chore(release): 1.1.1 * Add Standard-Version to Mitt for git tagging and changelog generation * Remove excess files created in testing * fix(ignoreStandardVersion): Ignore standard version in flowconfig * chore(flow): Ignore node_modules in flow config, add readme about flow-typed, clean up test script * Update README.md * fix(flowTyped): remove flow typed all together --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index f8275b5..862a1fc 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,5 @@ /node_modules /npm-debug.log .DS_Store +.idea/ +flow-typed/ -- cgit v1.2.3