Skip to content

Commit c7c409e

Browse files
committed
feat: Allow multi-line commit messages (close #471)
1 parent 2d0ed55 commit c7c409e

10 files changed

+807
-27
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/.vscode-test
22
/coverage
3+
/css
34
/node_modules
45
/out
56
/test-reports

.vscodeignore

+3
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,16 @@
44
.vscode/**
55
**/*.map
66
**/*.ts
7+
build.yml
78
coverage/**
89
coverconfig.json
910
jsconfig.json
1011
out/test/**
1112
out/tools/**
1213
package-lock.json
14+
scss/**
1315
src/**
16+
test-reports
1417
test/**
1518
tsconfig.json
1619
tslint.json

0 commit comments

Comments
 (0)