Made example more inclusive

This commit is contained in:
Flare Microsystems
2024-11-17 09:04:00 -08:00
parent 00b9f32d3e
commit 274c76526d

View File

@@ -3,8 +3,8 @@
<variable name="ENV_VAR">Variable Contents</variable> <variable name="ENV_VAR">Variable Contents</variable>
</environment> </environment>
<!--Empty clone clones the whole workspace--> <!--Empty clone clones the whole workspace-->
<!--TODO Add <exclude> or add attribute 'mode' for selecting between blacklist or whitelist, in which <include> would be used--> <!--TODO Add <exclude> or add attribute 'mode' for selecting between inclusion or exclusion, in which <include> would be used-->
<!--I.E. blacklisting any directory matching ".git"--> <!--I.E. excluding any directory matching ".git"-->
<clone /> <clone />
<bat> <bat>
echo this could be a whole batch script or just one command echo this could be a whole batch script or just one command