about summary refs log tree commit diff stats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/templates.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/templates.txt b/docs/templates.txt
index 19eb19d..c28aecc 100644
--- a/docs/templates.txt
+++ b/docs/templates.txt
@@ -5,6 +5,7 @@ pre.sh
 post.sh
 build.sh
 failed.sh
+config.sh
 
 This can be helpful if you have multiple projects that build pretty much
 exactly the same. Or are extremely similar and only require small
@@ -17,4 +18,5 @@ templates/
 ├── build.sh
 ├── failed.sh
 ├── post.sh
+├── config.sh
 └── pre.sh