diff options
Diffstat (limited to '.ci/src/%DEST%')
-rw-r--r-- | .ci/src/%DEST%/1.txt | 1 | ||||
-rw-r--r-- | .ci/src/%DEST%/bar/3.txt | 1 | ||||
-rw-r--r-- | .ci/src/%DEST%/bar/baz/4.txt | 1 | ||||
-rw-r--r-- | .ci/src/%DEST%/foo/2.txt | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/.ci/src/%DEST%/1.txt b/.ci/src/%DEST%/1.txt new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/.ci/src/%DEST%/1.txt @@ -0,0 +1 @@ +1 diff --git a/.ci/src/%DEST%/bar/3.txt b/.ci/src/%DEST%/bar/3.txt new file mode 100644 index 0000000..00750ed --- /dev/null +++ b/.ci/src/%DEST%/bar/3.txt @@ -0,0 +1 @@ +3 diff --git a/.ci/src/%DEST%/bar/baz/4.txt b/.ci/src/%DEST%/bar/baz/4.txt new file mode 100644 index 0000000..b8626c4 --- /dev/null +++ b/.ci/src/%DEST%/bar/baz/4.txt @@ -0,0 +1 @@ +4 diff --git a/.ci/src/%DEST%/foo/2.txt b/.ci/src/%DEST%/foo/2.txt new file mode 100644 index 0000000..0cfbf08 --- /dev/null +++ b/.ci/src/%DEST%/foo/2.txt @@ -0,0 +1 @@ +2 |