Skip to content

Commit ca63085

Browse files
committed
Changed order of dockerignore
1 parent 5c7b739 commit ca63085

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

lib/actions/init.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ action_init() {
4545
".vault-password" \
4646
".github" \
4747
".git" \
48-
".infrastructure" \
49-
"!.infrastructure/**/local-ca.pem" \
5048
"Dockerfile" \
5149
"docker-*.yml" \
5250
".gitlab-ci.yml" \
53-
".spin*"
51+
".spin*" \
52+
".infrastructure" \
53+
"!.infrastructure/**/local-ca.pem"
5454

5555
copy_template_files "$SPIN_TEMPLATE_TEMPORARY_SRC_DIR/template" "$absolute_project_directory"
5656

0 commit comments

Comments
 (0)