parent
a2103c3452
commit
964b80edc6
|
@ -206,3 +206,11 @@ An overview of what each of these does:
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Every file or directory beginning with the following characters: `.`, `_ `, `#` or `~` in the `source` directory will not be included in the `destination` folder. Such paths will have to be explicitly specified via the config file in the `include` directive to make sure they're copied over:
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
include:
|
||||||
|
- _pages
|
||||||
|
- .htaccess
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in New Issue