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 ed05a31 commit 981f75dCopy full SHA for 981f75d
configure-skeleton.sh
@@ -52,7 +52,7 @@ if ! confirm "Modify files?" ; then
52
fi
53
54
echo
55
-files=$(grep -E -r -l -i ":author|:package|spatie|skeleton|:vendor_name" --exclude-dir=vendor ./* | grep -v "$script_name")
+files=$(grep -E -r -l -i ":author|:package|spatie|skeleton|:vendor_name" --exclude-dir=vendor ./* ./.github/* | grep -v "$script_name")
56
57
for file in $files ; do
58
echo "Customising file $file"
0 commit comments