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 a459966 commit 8bc8365Copy full SHA for 8bc8365
template-only-bin/install-template.sh
@@ -25,3 +25,4 @@ echo "Remove files relevant only to template development"
25
rm .github/workflows/template-only-*
26
rm -rf .github/ISSUE_TEMPLATE
27
rm -rf docs/decisions/template
28
+rm docs/decisions/template.md
template-only-bin/update-template.sh
@@ -37,6 +37,7 @@ echo "Applying patch"
37
# Note: Keep this list in sync with the removed files in install-template.sh
38
EXCLUDE_OPT="--exclude=.github/workflows/template-only-* \
39
--exclude=.github/ISSUE_TEMPLATE \
40
+ --exclude=docs/decisions/template.md \
41
--exclude=docs/decisions/template"
42
git apply $EXCLUDE_OPT --allow-empty template-application-nextjs/patch
43
0 commit comments