Skip to content

Commit bb608c9

Browse files
author
lenny
committed
Changed .gitignore to exclude drafts
1 parent ae4e1f9 commit bb608c9

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/wiki/home.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This opens the way for the most important step.
1919
The ``Bubble``, that contains logic about
2020
the execution of steps inside of it, most workflows will be started inside one.
2121

22-
![workflow illustration](../../.images/workflow_illustration_1.png)
22+
![workflow illustration](../images/workflow_illustration_1.png)
2323
With ``context.pop()`` you can always escape the current bubble
2424
directly with an error message. With ``context.close()`` you can exit all bubbles.
2525
If you want an own behaviour of execution,

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
/analysis_options.yaml
55
/pubspec.lock
66
/.idea/
7+
.drafts
78
/test/steps/check/testprogram.exe
89
/example/cli_project_example/pubspec.lock

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This opens the way for the most important step.
2222
The ``Bubble``, that contains logic about
2323
the execution of steps inside of it, most workflows will be started inside one.
2424

25-
![workflow illustration](.images/workflow_illustration_1.png)
25+
![workflow illustration](.github/images/workflow_illustration_1.png)
2626
With ``context.pop()`` you can always escape the current bubble
2727
directly with an error message. With ``context.close()`` you can exit all bubbles.
2828
If you want an own behaviour of execution,

0 commit comments

Comments
 (0)