* update readme appropriate to new nerest examples script and describe ignore.sh use case
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user