Skip to content

Commit bece93f

Browse files
k0stikcursoragent
andcommitted
chore: add coverage/ to .gitignore
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent a7ad18a commit bece93f

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ build/
22
node_modules/
33
.eslintcache
44
.nyc_output/
5+
coverage/
56
.idea/
67
.DS_Store
78

dist/js/enums.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ export declare const UNIT_TYPES: {
77
readonly assignment: "assignment";
88
readonly condition: "condition";
99
readonly subworkflow: "subworkflow";
10-
readonly processing: "processing";
1110
readonly io: "io";
1211
readonly assertion: "assertion";
1312
};

dist/js/enums.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ exports.UNIT_TYPES = {
1212
assignment: "assignment",
1313
condition: "condition",
1414
subworkflow: "subworkflow",
15-
processing: "processing",
1615
io: "io",
1716
assertion: "assertion",
1817
};

0 commit comments

Comments
 (0)