Skip to content

Commit b0d71a0

Browse files
committed
fix(build): added output dir to project
Making sure output/actual is commited to repository for ci build
1 parent ac5555a commit b0d71a0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ coverage
66
.vscode
77
.idea
88
dist
9-
test/output/actual
9+
test/output/actual/*
10+
!test/output/actual/.gitkeep
1011
compiled
1112
.awcache
1213
.rpt2_cache

test/output/actual/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)