We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c7b739 commit ca63085Copy full SHA for ca63085
1 file changed
lib/actions/init.sh
@@ -45,12 +45,12 @@ action_init() {
45
".vault-password" \
46
".github" \
47
".git" \
48
- ".infrastructure" \
49
- "!.infrastructure/**/local-ca.pem" \
50
"Dockerfile" \
51
"docker-*.yml" \
52
".gitlab-ci.yml" \
53
- ".spin*"
+ ".spin*" \
+ ".infrastructure" \
+ "!.infrastructure/**/local-ca.pem"
54
55
copy_template_files "$SPIN_TEMPLATE_TEMPORARY_SRC_DIR/template" "$absolute_project_directory"
56
0 commit comments