We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2d6c12 commit ec5f78aCopy full SHA for ec5f78a
1 file changed
src/devcontainers/base/src/.devcontainer/nhsnotify/postcreatecommand.sh
@@ -27,6 +27,11 @@ git switch -C $UPDATE_BRANCH
27
\cp -rf $DEST/scripts ./scripts
28
\cp -f $DEST/Makefile ./
29
\cp -f $DEST/.tool-versions ./
30
+\cp -f $DEST/VERSION ./
31
+\cp -f $DEST/.editorconfig ./
32
+\cp -f $DEST/.gitattributes ./
33
+\cp -f $DEST/.gitignore ./
34
+\cp -f $DEST/.gitleaksignore ./
35
36
git add .
37
git commit -m "Update default files from $REPO" || echo "No changes to commit"
0 commit comments