Skip to content

Commit

Permalink
feat: Allow multi-line commit messages (close #471) (#589)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgardmessias authored and JohnstonCode committed Jun 3, 2019
1 parent 42895a9 commit bb06651
Show file tree
Hide file tree
Showing 10 changed files with 807 additions and 27 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/.vscode-test
/coverage
/css
/node_modules
/out
/test-reports
Expand Down
3 changes: 3 additions & 0 deletions .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,16 @@
.vscode/**
**/*.map
**/*.ts
build.yml
coverage/**
coverconfig.json
jsconfig.json
out/test/**
out/tools/**
package-lock.json
scss/**
src/**
test-reports
test/**
tsconfig.json
tslint.json
Expand Down
Loading

0 comments on commit bb06651

Please sign in to comment.