From 993811435e24bf16693793fa166b2482fcb8a1bf Mon Sep 17 00:00:00 2001 From: dimti Date: Sat, 17 Sep 2022 12:41:26 +0300 Subject: [PATCH] * update readme appropriate to new nerest examples script and describe ignore.sh use case --- wp/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/wp/README.md b/wp/README.md index 9959be9..bfec12b 100644 --- a/wp/README.md +++ b/wp/README.md @@ -21,3 +21,9 @@ QUICK_DIR=quick cd $QUICK_DIR && find ./ -name "*.sh.example" -exec sh -c 'F={}; cp -u $F ${F%.example} && chmod +x ${F%.example}' \; ``` + +## Ignore and nerest examples scripts + +Use `ignore.sh` for adding special `.gitignore` files into ignored dirs (uploads, plugins) + +Use `nerest-examples.sh` for one time creating *.sh.example files for adding to the git repository