diff options
| author | Abhi Aiyer <[email protected]> | 2017-03-09 09:50:20 -0800 |
|---|---|---|
| committer | Charlike Mike Reagent <[email protected]> | 2017-03-09 19:50:20 +0200 |
| commit | d728e9087612c3c3b0dc311a09468ee155b51c1d (patch) | |
| tree | 7c9266ba29020b7d5f4fdfeeb4689580eb7d4a0a /.gitignore | |
| parent | 65274bb7c8b25b3a26149c7c309d45950e0bd3f7 (diff) | |
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
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,3 +3,5 @@ /node_modules /npm-debug.log .DS_Store +.idea/ +flow-typed/ |
