Skip to content

Commit ec5f78a

Browse files
other files to include.
1 parent d2d6c12 commit ec5f78a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/devcontainers/base/src/.devcontainer/nhsnotify/postcreatecommand.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ git switch -C $UPDATE_BRANCH
2727
\cp -rf $DEST/scripts ./scripts
2828
\cp -f $DEST/Makefile ./
2929
\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 ./
3035

3136
git add .
3237
git commit -m "Update default files from $REPO" || echo "No changes to commit"

0 commit comments

Comments
 (0)